This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch to XFAIL execute/20020307-2.c on mips-irix6 for 3.2.3
- From: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Cc: echristo at redhat dot com, gdr at integrable-solutions dot net
- Date: Sat, 29 Mar 2003 11:53:35 -0500 (EST)
- Subject: Patch to XFAIL execute/20020307-2.c on mips-irix6 for 3.2.3
The failure from PR6222 doesn't seem likely to get fixed for 3.2.3, so
I'd like to XFAIL the testcase on that branch.
For now, I'm just proposing this for 3.2.3, ie. not 3.3. We can
evaluate and decide later whether a fix for this PR will make it into
3.3 or if we need an XFAIL there too. (The testsuite file was renamed
in 3.3 so we'd need a slightly different patch anyway.)
Tested by running "make check" on mips-sgi-irix6.5.
Ok for 3.2.3?
Thanks,
--Kaveh
2003-03-29 Kaveh R. Ghazi <ghazi at caip dot rutgers dot edu>
* gcc.c-torture/execute/20020307-2.x: New file, XFAIL mips-irix6.
diff -rup orig/egcc-3.2-CVS20030328/gcc/testsuite/gcc.c-torture/execute/20020307-2.x egcc-3.2-CVS20030328/gcc/testsuite/gcc.c-torture/execute/20020307-2.x
--- orig/egcc-3.2-CVS20030328/gcc/testsuite/gcc.c-torture/execute/20020307-2.x Sat Mar 29 10:25:14 2003
+++ egcc-3.2-CVS20030328/gcc/testsuite/gcc.c-torture/execute/20020307-2.x Sat Mar 29 10:22:44 2003
@@ -0,0 +1,7 @@
+# This doesn't work on MIPS Irix, see PR6222
+
+if { [istarget "mips*-sgi-irix6*"] } {
+ set torture_execute_xfail [istarget]
+}
+
+return 0