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]

XFAIL g77.f-torture/execute/980520-1.f at -O0


This failure has been around for quite a while, and it doesn't look
like anyone is going to get around to fixing it before g95 comes
along.  Thus, I xfail it.

Tested on powerpc-darwin.

-- 
- Geoffrey Keating <geoffk@apple.com>

===File ~/patches/gcc-g77torture-928520xfail.patch==========
2003-10-13  Geoffrey Keating  <geoffk@apple.com>

	* g77.f-torture/execute/980520-1.x: XFAIL at -O0.

Index: g77.f-torture/execute/980520-1.x
===================================================================
RCS file: g77.f-torture/execute/980520-1.x
diff -N g77.f-torture/execute/980520-1.x
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ g77.f-torture/execute/980520-1.x	13 Oct 2003 23:07:22 -0000
@@ -0,0 +1,11 @@
+set torture_eval_before_compile {
+
+    set compiler_conditional_xfail_data {
+	"PR fortran/9972" \
+	{ "*-*-*" } \
+	{ "-O0" } \
+	{ "" }
+	}
+}
+
+return 0

============================================================


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