msa-bclri.c: Skip the test for -O0.
authorPrachi Godbole <prachi.godbole@imgtec.com>
Thu, 9 Mar 2017 09:38:00 +0000 (09:38 +0000)
committerPrachi Godbole <prachigodbole@gcc.gnu.org>
Thu, 9 Mar 2017 09:38:00 +0000 (09:38 +0000)
gcc/testsuite/
* gcc.target/mips/msa-bclri.c: Skip the test for -O0.

From-SVN: r245995

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/msa-bclri.c

index 4c8ee64..2bfb553 100644 (file)
@@ -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
index 23c0442..3a01fd6 100644 (file)
@@ -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)));