forgot to write changelog entry before commit.
authorDaniel Berlin <dberlin@dberlin.org>
Sun, 17 Jul 2005 21:50:03 +0000 (21:50 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Sun, 17 Jul 2005 21:50:03 +0000 (21:50 +0000)
From-SVN: r102117

gcc/testsuite/ChangeLog

index 71f5b93dbcc4cdd65dcbb23afc16afd6bbd4c20b..db07da58a7733368f8b79bc0be91cbe4d4d777f9 100644 (file)
@@ -3,6 +3,17 @@
        PR fortran/21730
        * gfortran.dg/pr21730.f: New test.
 
+2005-07-16  Danny Berlin <dberlin@dberlin.org>
+           Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       * gcc.dg/tree-ssa/ssa-dce-2.c: Changed dg-options to run at -O2
+       since pure const detection cannot run at -O1 in c compiler.
+       * gcc.dg/tree-ssa/20030714-1.c Changed scanning patterns because we
+       can now optimize this case properly.
+       * gcc.dg/tree-ssa/sra-2.c: Changed to -O3 and removed xfail
+       because we now pass.
+       * gcc.dg/vect/vect-92.c: Removed out of bounds array access.
+
 2005-07-16  Joseph S. Myers  <joseph@codesourcery.com>
 
        PR c/22421