msa-bclri.c: Skip the test for -O0.

gcc/testsuite/
	* gcc.target/mips/msa-bclri.c: Skip the test for -O0.

From-SVN: r245995
This commit is contained in:
Prachi Godbole 2017-03-09 09:38:00 +00:00 committed by Prachi Godbole
parent a278b1c38f
commit f084a22e98
2 changed files with 5 additions and 0 deletions

View 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

View 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)));