From: Prachi Godbole Date: Thu, 9 Mar 2017 09:38:00 +0000 (+0000) Subject: msa-bclri.c: Skip the test for -O0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f084a22e98e995d405569046bde9bb009017d4a1;p=gcc.git msa-bclri.c: Skip the test for -O0. gcc/testsuite/ * gcc.target/mips/msa-bclri.c: Skip the test for -O0. From-SVN: r245995 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4c8ee64b255..2bfb55391bf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-03-09 Prachi Godbole + + * gcc.target/mips/msa-bclri.c: Skip the test for -O0. + 2017-03-09 Martin Liska PR ipa/79764 diff --git a/gcc/testsuite/gcc.target/mips/msa-bclri.c b/gcc/testsuite/gcc.target/mips/msa-bclri.c index 23c0442173e..3a01fd6b14c 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)));