Patch to XFAIL execute/20020307-2.c on mips-irix6 for 3.2.3

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Sat Mar 29 17:16:00 GMT 2003


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@caip.rutgers.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



More information about the Gcc-patches mailing list