This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] execute/strct-varg-1.x: Remove xfail.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 28 Nov 2002 12:44:02 -0500 (EST)
- Subject: [patch] execute/strct-varg-1.x: Remove xfail.
Hi,
Attached is a patch to remove xfail from execute/strct-varg-1.x. The
stdarg.h stuff now works. Committed.
Kazu Hirata
2002-11-28 Kazu Hirata <kazu@cs.umass.edu>
* gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
h8300 port.
Index: strct-varg-1.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x,v
retrieving revision 1.3
diff -u -r1.3 strct-varg-1.x
--- strct-varg-1.x 16 Dec 1998 22:16:23 -0000 1.3
+++ strct-varg-1.x 28 Nov 2002 17:33:16 -0000
@@ -4,7 +4,4 @@
set torture_execute_xfail "mn10200*-*-*"
}
-if { [istarget "h8300*-*-*"] } {
- set torture_execute_xfail "h8300*-*-*"
-}
return 0