From: Jeff Law Date: Thu, 14 Oct 2021 14:49:05 +0000 (-0400) Subject: Fix mips testsuite fallout from vectorizer changes X-Git-Tag: basepoints/gcc-13~3908 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ececf9b8c5a2bf2f231db0c3bcf2be927990e7c;p=thirdparty%2Fgcc.git Fix mips testsuite fallout from vectorizer changes gcc/testsuite * gcc.target/mips/msa-insert-split.c: Turn off vectorizer. --- diff --git a/gcc/testsuite/gcc.target/mips/msa-insert-split.c b/gcc/testsuite/gcc.target/mips/msa-insert-split.c index 50f3b8a61a1c..9ad5987ac037 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)));