[gcc r12-4405] Fix mips testsuite fallout from vectorizer changes
Jeff Law
law@gcc.gnu.org
Thu Oct 14 14:49:38 GMT 2021
https://gcc.gnu.org/g:8ececf9b8c5a2bf2f231db0c3bcf2be927990e7c
commit r12-4405-g8ececf9b8c5a2bf2f231db0c3bcf2be927990e7c
Author: Jeff Law <jeffreyalaw@gmail.com>
Date: Thu Oct 14 10:49:05 2021 -0400
Fix mips testsuite fallout from vectorizer changes
gcc/testsuite
* gcc.target/mips/msa-insert-split.c: Turn off vectorizer.
Diff:
---
gcc/testsuite/gcc.target/mips/msa-insert-split.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/testsuite/gcc.target/mips/msa-insert-split.c b/gcc/testsuite/gcc.target/mips/msa-insert-split.c
index 50f3b8a61a1..9ad5987ac03 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)));
More information about the Gcc-cvs
mailing list