* gcc.dg/tree-ssa/ssa-sink-5.c: Change the compiler option "-O2 -Os"
authorcarrot <carrot@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 2009 12:01:40 +0000 (12:01 +0000)
committercarrot <carrot@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 2009 12:01:40 +0000 (12:01 +0000)
to "-Os".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149093 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-5.c

index 7ab502e..08e5169 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-30  Wei Guozhi  <carrot@google.com>
+
+       * gcc.dg/tree-ssa/ssa-sink-5.c: Change the compiler option "-O2 -Os"
+       to "-Os".
+
 2009-06-30  Ira Rosen  <irar@il.ibm.com>
 
        PR tree-optimization/40542
index 0454245..f51d485 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -Os -fdump-tree-sink-stats" } */
+/* { dg-options "-Os -fdump-tree-sink-stats" } */
 
 typedef short int16_t;
 typedef unsigned char uint8_t;