pr11832.c: xfail on ia64-*-*.

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

From-SVN: r140302
This commit is contained in:
Steve Ellcey 2008-09-11 23:09:38 +00:00 committed by Steve Ellcey
parent 7ecb6f5bd0
commit 009ab56dc6
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
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.
2008-09-11 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/dfp/dec-eval-method-2.c: New test.

View file

@ -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.*" }

View file

@ -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.*" }