diff options
author | Jeff Law <jeffreyalaw@gmail.com> | 2021-10-14 10:49:05 -0400 |
---|---|---|
committer | Jeff Law <jeffreyalaw@gmail.com> | 2021-10-14 10:49:05 -0400 |
commit | 8ececf9b8c5a2bf2f231db0c3bcf2be927990e7c (patch) | |
tree | 98366699fef7414a55dc263fa0f5e8a141a8ab01 /gcc | |
parent | 5e3f88838994b67580594c4679c839fff7cdeba0 (diff) | |
download | gcc-8ececf9b8c5a2bf2f231db0c3bcf2be927990e7c.zip gcc-8ececf9b8c5a2bf2f231db0c3bcf2be927990e7c.tar.gz gcc-8ececf9b8c5a2bf2f231db0c3bcf2be927990e7c.tar.bz2 |
Fix mips testsuite fallout from vectorizer changes
gcc/testsuite
* gcc.target/mips/msa-insert-split.c: Turn off vectorizer.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/msa-insert-split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/mips/msa-insert-split.c b/gcc/testsuite/gcc.target/mips/msa-insert-split.c index 50f3b8a..9ad5987 100644 --- a/gcc/testsuite/gcc.target/mips/msa-insert-split.c +++ b/gcc/testsuite/gcc.target/mips/msa-insert-split.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-mfp64 -mhard-float -mmsa" } */ +/* { dg-options "-fno-tree-vectorize -mfp64 -mhard-float -mmsa" } */ /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ typedef double v2f64 __attribute__ ((vector_size (16))); |