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]

Remove xfail for gcc.dg/i386-ssetype*


Jan fixed these a while ago, but forgot to remove the xfail.


r~


        * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
        * gcc.dg/i386-ssetype-3.c: Remove XFAIL.

Index: gcc.dg/i386-ssetype-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/i386-ssetype-1.c,v
retrieving revision 1.5
diff -c -p -d -u -r1.5 i386-ssetype-1.c
--- gcc.dg/i386-ssetype-1.c	13 May 2004 06:40:49 -0000	1.5
+++ gcc.dg/i386-ssetype-1.c	16 Jun 2004 22:56:07 -0000
@@ -4,8 +4,7 @@
 /* { dg-final { scan-assembler "andnpd\[^\\n\]*magic" } } */
 /* { dg-final { scan-assembler "xorpd\[^\\n\]*magic" } } */
 /* { dg-final { scan-assembler "orpd\[^\\n\]*magic" } } */
-/* ??? All of the backend patters are WAY too fragile.  */
-/* { dg-final { scan-assembler-not "movdqa" { xfail *-*-* } } } */
+/* { dg-final { scan-assembler-not "movdqa" } } */
 /* { dg-final { scan-assembler "movapd\[^\\n\]*magic" } } */
 
 /* Verify that we generate proper instruction with memory operand.  */
Index: gcc.dg/i386-ssetype-3.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/i386-ssetype-3.c,v
retrieving revision 1.6
diff -c -p -d -u -r1.6 i386-ssetype-3.c
--- gcc.dg/i386-ssetype-3.c	13 May 2004 06:40:49 -0000	1.6
+++ gcc.dg/i386-ssetype-3.c	16 Jun 2004 22:56:07 -0000
@@ -4,8 +4,7 @@
 /* { dg-final { scan-assembler "andnps\[^\\n\]*magic" } } */
 /* { dg-final { scan-assembler "xorps\[^\\n\]*magic" } } */
 /* { dg-final { scan-assembler "orps\[^\\n\]*magic" } } */
-/* ??? All of the backend patters are WAY too fragile.  */
-/* { dg-final { scan-assembler-not "movdqa" { xfail *-*-* } } } */
+/* { dg-final { scan-assembler-not "movdqa" } } */
 /* { dg-final { scan-assembler "movaps\[^\\n\]*magic" } } */
 
 /* Verify that we generate proper instruction with memory operand.  */


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