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 592bb51..c0443c9 100644 (file)
@@ -1,5 +1,10 @@
 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.
 
 2013-05-27  Richard Biener  <rguenther@suse.de>
index 8bf8902..38c00a3 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 632dddf..4aa1a40 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>