[PATCH 4.4] PR33642: also XFAIL -frtl-abstract-sequences tests on arm*-*-*

Mikael Pettersson mikpe@it.uu.se
Mon Oct 19 19:38:00 GMT 2009


The pr11832.c and pr33009.c -frtl-abstract-sequences tests
in 4.4 ICE on ARM, like they do on many other platforms,
causing new testsuite failures compared to 4.3.  This patch
adds arm*-*-* to these tests' XFAIL lists.

Regtested on {i686,powerpc64}-linux and armv5tel-linux-gnueabi.

Ok for 4.4?
(I don't have write access.)

gcc/testsuite/

2009-10-19  Mikael Pettersson  <mikpe@it.uu.se>

	PR rtl-optimization/33642
	* gcc.c-torture/compile/pr11832.c: XFAIL on arm*-*-*.
	* gcc.c-torture/compile/pr33009.c: Likewise.

diff -rupN gcc-4.4.2/gcc/testsuite/gcc.c-torture/compile/pr11832.c gcc-4.4.2-pr33642-arm/gcc/testsuite/gcc.c-torture/compile/pr11832.c
--- gcc-4.4.2/gcc/testsuite/gcc.c-torture/compile/pr11832.c	2008-12-01 16:19:40.000000000 +0100
+++ gcc-4.4.2-pr33642-arm/gcc/testsuite/gcc.c-torture/compile/pr11832.c	2009-10-17 22:42:32.000000000 +0200
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* Currently ICEs for Alpha, IA64, HPPA, MIPS, CRIS, Xtensa, PowerPC, SH and SPARC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { alpha*-*-* hppa*-*-* mips*-*-* powerpc*-*-* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sh*-*-* sparc*-*-* s390*-*-* } { "*" } { "" } } */
+/* Currently ICEs for Alpha, ARM, IA64, HPPA, MIPS, CRIS, Xtensa, PowerPC, SH and SPARC; see PR33642.  */
+/* { dg-xfail-if "PR33642" { alpha*-*-* arm*-*-* 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.*" }
diff -rupN gcc-4.4.2/gcc/testsuite/gcc.c-torture/compile/pr33009.c gcc-4.4.2-pr33642-arm/gcc/testsuite/gcc.c-torture/compile/pr33009.c
--- gcc-4.4.2/gcc/testsuite/gcc.c-torture/compile/pr33009.c	2008-12-01 16:19:40.000000000 +0100
+++ gcc-4.4.2-pr33642-arm/gcc/testsuite/gcc.c-torture/compile/pr33009.c	2009-10-17 22:42:32.000000000 +0200
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* Currently ICEs for Alpha, IA64, HPPA, MIPS, CRIS, Xtensa, PowerPC, SH and SPARC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { alpha*-*-* hppa*-*-* mips*-*-* powerpc*-*-* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sh*-*-* sparc*-*-* s390*-*-* } { "*" } { "" } } */
+/* Currently ICEs for Alpha, ARM, IA64, HPPA, MIPS, CRIS, Xtensa, PowerPC, SH and SPARC; see PR33642.  */
+/* { dg-xfail-if "PR33642" { alpha*-*-* arm*-*-* 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.*" }



More information about the Gcc-patches mailing list