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 to xfail pr33009.c and pr11832.c on ia64-*-*


I will check this in as obvious unless someone objects.  These tests
fail on ia64 (hpux and linux) just like they do on hppa, mips, etc.

Steve Ellcey
sje@cup.hp.com


2008-09-11  Steve Ellcey  <sje@cup.hp.com>

	* gcc.c-torture/compile/pr11832.c: xfail on ia64-*-*.
	* gcc.c-torture/compile/pr33009.c: Ditto.


Index: gcc.c-torture/compile/pr11832.c
===================================================================
--- gcc.c-torture/compile/pr11832.c	(revision 140188)
+++ gcc.c-torture/compile/pr11832.c	(working copy)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* Currently ICEs for HPPA, MIPS, CRIS and PowerPC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* } { "*" } { "" } } */
+/* Currently ICEs for IA64, HPPA, MIPS, CRIS and PowerPC; see PR33642.  */
+/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* ia64-*-* } { "*" } { "" } } */
 /* Currently ICEs for (x86 && ilp32 && pic).  */
 /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" }
Index: gcc.c-torture/compile/pr33009.c
===================================================================
--- gcc.c-torture/compile/pr33009.c	(revision 140188)
+++ gcc.c-torture/compile/pr33009.c	(working copy)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* Currently ICEs for HPPA, MIPS, CRIS and PowerPC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* } { "*" } { "" } } */
+/* Currently ICEs for IA64, HPPA, MIPS, CRIS and PowerPC; see PR33642.  */
+/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* ia64-*-* } { "*" } { "" } } */
 /* Currently ICEs for (x86 && ilp32 && pic).  */
 /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" }


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