aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-07-20 13:59:22 +0000
committerPaul Brook <paul@codesourcery.com>2006-07-20 13:59:22 +0000
commit960deba03e41197250941758747e4fae3a97038f (patch)
tree4d599f58fde865c6e7ef85f376318850081c97c0 /ChangeLog.csl
parentda2212dc66dd6b12760eca1575912d0b8d508c8f (diff)
Backport from mainline.
PR 27363 gcc/ * cse.c (cse_insn): Add destination addresses to hash table. Check if they are invalidated by this instruction. gcc/testsuite/ * gcc.dg/pr27363.c: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/sourcerygxx-4_1@115616 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index e506fafa0d2..1bbdb963dfe 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,14 @@
+2006-07-20 Paul Brook <paul@codesourcery.com>
+
+ Backport from mainline.
+ PR 27363
+ gcc/
+ * cse.c (cse_insn): Add destination addresses to hash table. Check if
+ they are invalidated by this instruction.
+
+ gcc/testsuite/
+ * gcc.dg/pr27363.c: New test.
+
2006-07-20 Richard Sandiford <richard@codesourcery.com>
Backport from mainline: