public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4405] Fix mips testsuite fallout from vectorizer changes
@ 2021-10-14 14:49 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2021-10-14 14:49 UTC (permalink / raw)
  To: gcc-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-14 14:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14 14:49 [gcc r12-4405] Fix mips testsuite fallout from vectorizer changes Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).