]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ssa-sink-5.c: Change the compiler option "-O2 -Os" to "-Os".
authorWei Guozhi <carrot@google.com>
Tue, 30 Jun 2009 12:01:40 +0000 (12:01 +0000)
committerWei Guozhi <carrot@gcc.gnu.org>
Tue, 30 Jun 2009 12:01:40 +0000 (12:01 +0000)
* gcc.dg/tree-ssa/ssa-sink-5.c: Change the compiler option "-O2 -Os"
to "-Os".

From-SVN: r149093

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

index 7ab502e744040fdee8c29374873ad944e6a903c7..08e5169157b9d34fe54bc400bc0ab0bdcd1ef854 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 0454245b24ac2b36e1c6317eb5c7e65e1ffd84b6..f51d485d418cac64e28af0ff42653f564f7eb9b5 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;