From: John David Anglin Date: Tue, 2 Sep 2008 23:43:21 +0000 (+0000) Subject: pr33009.c: xfail on hppa*-*-*. X-Git-Tag: releases/gcc-4.4.0~2688 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24ce68eed968ce82a4b392b7b096b075ac77b9c7;p=thirdparty%2Fgcc.git pr33009.c: xfail on hppa*-*-*. * gcc.c-torture/compile/pr33009.c: xfail on hppa*-*-*. * gcc.c-torture/compile/pr11832.c: Likewise. From-SVN: r139919 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4d3bafcc63cd..f76865e8ad3b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-09-02 John David Anglin + + * gcc.c-torture/compile/pr33009.c: xfail on hppa*-*-*. + * gcc.c-torture/compile/pr11832.c: Likewise. + 2008-09-02 H.J. Lu * gcc.target/i386/amd64-abi-3.c: New test. diff --git a/gcc/testsuite/gcc.c-torture/compile/pr11832.c b/gcc/testsuite/gcc.c-torture/compile/pr11832.c index 60017d3fb88f..0ad95448a7a1 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr11832.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr11832.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ -/* Currently ICEs for MIPS, CRIS and PowerPC; see PR33642. */ -/* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* } { "*" } { "" } } */ +/* Currently ICEs for HPPA, MIPS, CRIS and PowerPC; see PR33642. */ +/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* } { "*" } { "" } } */ /* Currently ICEs for (x86 && ilp32 && pic). */ /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */ /* { dg-prune-output ".*internal compiler error.*" } diff --git a/gcc/testsuite/gcc.c-torture/compile/pr33009.c b/gcc/testsuite/gcc.c-torture/compile/pr33009.c index 026162c2e700..b0c4373ca113 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr33009.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr33009.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ -/* Currently ICEs for MIPS, CRIS and PowerPC; see PR33642. */ -/* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* } { "*" } { "" } } */ +/* Currently ICEs for HPPA, MIPS, CRIS and PowerPC; see PR33642. */ +/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* } { "*" } { "" } } */ /* Currently ICEs for (x86 && ilp32 && pic). */ /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */ /* { dg-prune-output ".*internal compiler error.*" }