This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[testsuite] Do not run i386-sse-6.c on i586 and below


Hi,

As previously reported, gcc.dg/i386-sse-6.c generates a 'cmov' instruction so 
it can't run on i586 and below.

OK for mainline and 3.4 branch?


2004-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.dg/i386-sse-6.c: Restrict to i686 and x86_64.


-- 
Eric Botcazou
Index: gcc.dg/i386-sse-6.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/i386-sse-6.c,v
retrieving revision 1.1
diff -u -r1.1 i386-sse-6.c
--- gcc.dg/i386-sse-6.c	9 Jan 2004 01:01:50 -0000	1.1
+++ gcc.dg/i386-sse-6.c	10 Feb 2004 13:47:13 -0000
@@ -1,4 +1,4 @@
-/* { dg-do run { target i?86-*-* x86_64-*-* } } */
+/* { dg-do run { target i686-*-* x86_64-*-* } } */
 /* { dg-options "-O2 -msse2" } */
 #include <xmmintrin.h>
 #include "i386-cpuid.h"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]