summaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2012-10-25 21:24:19 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2012-10-25 19:24:19 +0000
commit2257bc19401e4dfd76f199fa40c0aa6c3bfdc612 (patch)
tree271992bbdeea163b2d4934b89cb251f3582c1ed2 /gcc/testsuite/ChangeLog
parent0f378cb5db23d1b2b95387ae8c2b3c8f3662cbb4 (diff)
downloadgcc-2257bc19401e4dfd76f199fa40c0aa6c3bfdc612.tar.gz
cunroll-4.c: Update; we now remove the loop at ivcanon time.
* gcc.dg/tree-ssa/cunroll-4.c: Update; we now remove the loop at ivcanon time. From-SVN: r192822
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 16c0ce6c1b9..e4ae2b8fca0 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-25 Jan Hubicka <jh@suse.cz>
+
+ * gcc.dg/tree-ssa/cunroll-4.c: Update; we now remove the loop
+ at ivcanon time.
+
2012-10-25 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/53761