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] XFAIL -frtl-abstract-sequences tests on s390*-*-*


Hi!

These tests ICE on s390*-*-* (similarly to almost all other platforms).
Ok to XFAIL them?

Alternatively, can we just remove -frtl-abstract-sequences option from 4.4+?
This pass doesn't work on anything at all on most of the primary and
secondary targets, and is broken there for more than 2.5 years.

2008-10-31  Jakub Jelinek  <jakub@redhat.com>

	* gcc.c-torture/compile/pr11832.c: XFAIL even on s390*-*-*.
	* gcc.c-torture/compile/pr33009.c: Likewise.

--- gcc/testsuite/gcc.c-torture/compile/pr11832.c.jj4	2008-10-30 12:14:11.000000000 -0400
+++ gcc/testsuite/gcc.c-torture/compile/pr11832.c	2008-10-31 12:05:08.000000000 -0400
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* Currently ICEs for IA64, HPPA, MIPS, CRIS, Xtensa, PowerPC, SH and SPARC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sh*-*-* sparc*-*-* } { "*" } { "" } } */
+/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sh*-*-* sparc*-*-* s390*-*-* } { "*" } { "" } } */
 /* Currently ICEs for (x86 && ilp32 && pic).  */
 /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" }
--- gcc/testsuite/gcc.c-torture/compile/pr33009.c.jj4	2008-10-30 12:14:11.000000000 -0400
+++ gcc/testsuite/gcc.c-torture/compile/pr33009.c	2008-10-31 12:05:29.000000000 -0400
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* Currently ICEs for IA64, HPPA, MIPS, CRIS, Xtensa, PowerPC, SH and SPARC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sh*-*-* sparc*-*-* } { "*" } { "" } } */
+/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sh*-*-* sparc*-*-* s390*-*-* } { "*" } { "" } } */
 /* Currently ICEs for (x86 && ilp32 && pic).  */
 /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" }

	Jakub


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