diff options
author | Prachi Godbole <prachi.godbole@imgtec.com> | 2017-03-09 09:38:00 +0000 |
---|---|---|
committer | Prachi Godbole <prachigodbole@gcc.gnu.org> | 2017-03-09 09:38:00 +0000 |
commit | f084a22e98e995d405569046bde9bb009017d4a1 (patch) | |
tree | ff1fccfc5b64543b9c6f536b3cbd9914c2806d6e /gcc | |
parent | a278b1c38f8bc1f14f6d07c303b81a8856491efa (diff) | |
download | gcc-f084a22e98e995d405569046bde9bb009017d4a1.zip gcc-f084a22e98e995d405569046bde9bb009017d4a1.tar.gz gcc-f084a22e98e995d405569046bde9bb009017d4a1.tar.bz2 |
msa-bclri.c: Skip the test for -O0.
gcc/testsuite/
* gcc.target/mips/msa-bclri.c: Skip the test for -O0.
From-SVN: r245995
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/msa-bclri.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4c8ee64..2bfb553 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-03-09 Prachi Godbole <prachi.godbole@imgtec.com> + + * gcc.target/mips/msa-bclri.c: Skip the test for -O0. + 2017-03-09 Martin Liska <mliska@suse.cz> PR ipa/79764 diff --git a/gcc/testsuite/gcc.target/mips/msa-bclri.c b/gcc/testsuite/gcc.target/mips/msa-bclri.c index 23c0442..3a01fd6 100644 --- a/gcc/testsuite/gcc.target/mips/msa-bclri.c +++ b/gcc/testsuite/gcc.target/mips/msa-bclri.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-mno-mips16 -mfp64 -mhard-float -mmsa" } */ +/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ typedef long long v2i64 __attribute__ ((vector_size(16))); |