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]

[Xtensa] xfail pr11832 and pr33009 tests


I've committed this patch to add Xtensa to the list of targets that fail these tests.

testsuite/ChangeLog:
2008-09-18  Bob Wilson  <bob.wilson@acm.org>
	
	* gcc.c-torture/compile/pr11832.c: xfail on xtensa*-*-*.
	* gcc.c-torture/compile/pr33009.c: Likewise.
Index: gcc.c-torture/compile/pr33009.c
===================================================================
--- gcc.c-torture/compile/pr33009.c	(revision 140476)
+++ gcc.c-torture/compile/pr33009.c	(working copy)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* 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 IA64, HPPA, MIPS, CRIS, Xtensa and PowerPC; see PR33642.  */
+/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* } { "*" } { "" } } */
 /* 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/pr11832.c
===================================================================
--- gcc.c-torture/compile/pr11832.c	(revision 140476)
+++ gcc.c-torture/compile/pr11832.c	(working copy)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* 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 IA64, HPPA, MIPS, CRIS, Xtensa and PowerPC; see PR33642.  */
+/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* } { "*" } { "" } } */
 /* 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]