mirror of git://gcc.gnu.org/git/gcc.git
builtin-bswap-8.c: Compile at -O2.
* gcc.dg/builtin-bswap-8.c: Compile at -O2. * gcc.dg/builtin-bswap-9.c: Likewise. From-SVN: r199372
This commit is contained in:
parent
2f56a3116f
commit
95f803bd9b
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue