From: Eric Botcazou Date: Tue, 28 May 2013 10:30:18 +0000 (+0000) Subject: builtin-bswap-8.c: Compile at -O2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95f803bd9be56121561ca21da8063dcf8a368d74;p=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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 592bb51576b..c0443c9ec47 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-05-28 Eric Botcazou + + * gcc.dg/builtin-bswap-8.c: Compile at -O2. + * gcc.dg/builtin-bswap-9.c: Likewise. + 2013-05-28 Eric Botcazou * gcc.target/sparc/bmaskbshuf.c: Remove superfluous options. diff --git a/gcc/testsuite/gcc.dg/builtin-bswap-8.c b/gcc/testsuite/gcc.dg/builtin-bswap-8.c index 8bf8902cafe..38c00a31420 100644 --- a/gcc/testsuite/gcc.dg/builtin-bswap-8.c +++ b/gcc/testsuite/gcc.dg/builtin-bswap-8.c @@ -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 diff --git a/gcc/testsuite/gcc.dg/builtin-bswap-9.c b/gcc/testsuite/gcc.dg/builtin-bswap-9.c index 632dddfb322..4aa1a40c43e 100644 --- a/gcc/testsuite/gcc.dg/builtin-bswap-9.c +++ b/gcc/testsuite/gcc.dg/builtin-bswap-9.c @@ -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