diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2008-09-02 23:43:21 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2008-09-02 23:43:21 +0000 |
commit | 24ce68eed968ce82a4b392b7b096b075ac77b9c7 (patch) | |
tree | 1e93bae82c824fc17b9f2db0a59c2c8168b48da0 /gcc | |
parent | 13eaee4a5929b61b86daf418c535c6fb24d62e02 (diff) | |
download | gcc-24ce68eed968ce82a4b392b7b096b075ac77b9c7.zip gcc-24ce68eed968ce82a4b392b7b096b075ac77b9c7.tar.gz gcc-24ce68eed968ce82a4b392b7b096b075ac77b9c7.tar.bz2 |
pr33009.c: xfail on hppa*-*-*.
* gcc.c-torture/compile/pr33009.c: xfail on hppa*-*-*.
* gcc.c-torture/compile/pr11832.c: Likewise.
From-SVN: r139919
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr11832.c | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr33009.c | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4d3bafc..f76865e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-09-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * gcc.c-torture/compile/pr33009.c: xfail on hppa*-*-*. + * gcc.c-torture/compile/pr11832.c: Likewise. + 2008-09-02 H.J. Lu <hongjiu.lu@intel.com> * 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 60017d3..0ad9544 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 026162c..b0c4373 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.*" } |