builtin-bswap-8.c: Compile at -O2.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 28 May 2013 10:30:18 +0000 (10:30 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 28 May 2013 10:30:18 +0000 (10:30 +0000)
* gcc.dg/builtin-bswap-8.c: Compile at -O2.
* gcc.dg/builtin-bswap-9.c: Likewise.

From-SVN: r199372

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtin-bswap-8.c
gcc/testsuite/gcc.dg/builtin-bswap-9.c

index 592bb51576b5319a725d187a5add4ef4292b5858..c0443c9ec474fb0bcfef2b0da2c12edfcb0d3e3e 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-28  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/builtin-bswap-8.c: Compile at -O2.
+       * gcc.dg/builtin-bswap-9.c: Likewise.
+
 2013-05-28  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.target/sparc/bmaskbshuf.c: Remove superfluous options.
index 8bf8902cafece70b31d24baf0455f49184179673..38c00a314200f289095a7cc19d8cc4fcf8010440 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile { target arm*-*-* alpha*-*-* i?86-*-* powerpc*-*-* rs6000-*-* x86_64-*-* s390*-*-* } } */
 /* { dg-require-effective-target stdint_types } */
-/* { dg-options "-O -fdump-rtl-combine" } */
-/* { dg-options "-O -fdump-rtl-combine -march=z900" { target s390-*-* } } */
+/* { dg-options "-O2 -fdump-rtl-combine" } */
+/* { dg-options "-O2 -fdump-rtl-combine -march=z900" { target s390-*-* } } */
 
 #include <stdint.h>
 
index 632dddfb32218d8b6ac4a0ac4761ccc421266599..4aa1a40c43ed02b5a3f711bec948c588cf4ccb7a 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile { target arm*-*-* alpha*-*-* ia64*-*-* x86_64-*-* s390x-*-* powerpc*-*-* rs6000-*-* } } */
 /* { dg-require-effective-target stdint_types } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O -fdump-rtl-combine" } */
+/* { dg-options "-O2 -fdump-rtl-combine" } */
 
 #include <stdint.h>