summaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-18 21:04:57 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-18 21:04:57 +0000
commit8636480e839ce3b01f4f835848a3773f85de999c (patch)
tree23383bfb7baddb8debbd3feb4eb3f54545cfaf65 /gcc/testsuite/ChangeLog
parentb0b70f22400f5ffb2748a3524bf812001c6d7bb2 (diff)
downloadgcc-8636480e839ce3b01f4f835848a3773f85de999c.tar.gz
2006-02-18 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/tree-ssa/20031106-1.c: Fix the final scan of the variable to take into account the variable name in the function header. * gcc.dg/tree-ssa/20031106-2.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111250 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b0fc3536f7d..df5cb4c6c90 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-18 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * gcc.dg/tree-ssa/20031106-1.c: Fix the final scan of the
+ variable to take into account the variable name in the
+ function header.
+ * gcc.dg/tree-ssa/20031106-2.c: Likewise.
+
2006-02-18 Jakub Jelinek <jakub@redhat.com>
PR middle-end/26334