summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@gcc.gnu.org>2007-12-19 10:04:28 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2007-12-19 10:04:28 +0000
commit10161ebdbca9be49f4d1b420837bf422f1ec43de (patch)
tree00c1baa89abc3f402af516886d03c82d11d95854 /gcc/ChangeLog
parentc4b526fb83eae6cea3fcf42f6c46da80b8e2d1c0 (diff)
downloadgcc-10161ebdbca9be49f4d1b420837bf422f1ec43de.tar.gz
200x-xx-xx Kaz Kylheku <kaz@zeugmasystems.com>
gcc/ 200x-xx-xx Kaz Kylheku <kaz@zeugmasystems.com> PR rtl-optimization/34456 * resource.c (mark_set_resources): Use regs_invalidated_by_call rather than call_used_regs and global_regs. gcc/testsuite/ PR rtl-optimization/34456 * gcc.c-torture/execute/pr34456.c: New test. From-SVN: r131057
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3ed2a6f9efd..35d60e88ae7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-19 Kaz Kylheku <kaz@zeugmasystems.com>
+
+ PR rtl-optimization/34456
+ * resource.c (mark_set_resources): Use regs_invalidated_by_call
+ rather than call_used_regs and global_regs.
+
2007-12-17 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/34003