public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2673] x86: Also pass -mno-sse to vect8-ret.c
@ 2021-08-02 17:41 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2021-08-02 17:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:af863ef93543b4de7a76ff57f7df7e782e50127c

commit r12-2673-gaf863ef93543b4de7a76ff57f7df7e782e50127c
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Aug 2 10:01:47 2021 -0700

    x86: Also pass -mno-sse to vect8-ret.c
    
    Also pass -mno-sse to vect8-ret.c to disable XMM load/store when running
    GCC tests with "-march=x86-64 -m32".
    
            * gcc.target/i386/vect8-ret.c: Also pass -mno-sse.

Diff:
---
 gcc/testsuite/gcc.target/i386/vect8-ret.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/i386/vect8-ret.c b/gcc/testsuite/gcc.target/i386/vect8-ret.c
index 2b2b81ecf7a..6ace07e6e0c 100644
--- a/gcc/testsuite/gcc.target/i386/vect8-ret.c
+++ b/gcc/testsuite/gcc.target/i386/vect8-ret.c
@@ -1,5 +1,5 @@
 /* { dg-do compile { target { ia32 && { ! *-*-vxworks* } } } } */
-/* { dg-options "-mmmx -mvect8-ret-in-mem" } */
+/* { dg-options "-mmmx -mno-sse -mvect8-ret-in-mem" } */
 
 #include <mmintrin.h>


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

only message in thread, other threads:[~2021-08-02 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 17:41 [gcc r12-2673] x86: Also pass -mno-sse to vect8-ret.c H.J. Lu

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