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]

[PATCH] XFAIL gcc.c-torture/compile/simd-5.c on SPARC64


Hi,

The failure has been recorded by Kaveh as PR target/9200. Tested with
'make -k check-gcc RUNTESTFLAGS="compile.exp"'.

Ok for mainline and 3.3 branch?

-- 
Eric Botcazou


2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
Index: testsuite/gcc.c-torture/compile/simd-5.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/simd-5.x,v
retrieving revision 1.1.20.1
diff -u -r1.1.20.1 simd-5.x
--- testsuite/gcc.c-torture/compile/simd-5.x	26 Mar 2003 23:18:32 -0000	1.1.20.1
+++ testsuite/gcc.c-torture/compile/simd-5.x	23 May 2003 10:36:21 -0000
@@ -13,4 +13,14 @@
     }
 }
 
+# SPARC64 doesn't handle this; see PR target/9200
+set torture_eval_before_compile {
+    set compiler_conditional_xfail_data {
+        "PR target/9200" \
+        "sparc64-*-*" \
+        { "*" } \
+        { "" }
+    }
+}
+
 return 0

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