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 4c8ee64b255fa4752e89504b68f72b6f88c2e5b6..2bfb55391bf2e3086a6f33dab4536bd233fada38 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 23c0442173ed524fda91ef2adb8fb92074a2601c..3a01fd6b14c4a183948a212cb08a360b7ded9b78 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)));