diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2008-05-27 06:47:29 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2008-05-27 06:47:29 +0000 |
commit | ebe74ac50b01a591558cab26fb88ef7ee80748ad (patch) | |
tree | 54a7b3de675af8b8f55318779a1778717f1dbb77 | |
parent | bced83044966b9fdeef85a5207b94170bd83b2ba (diff) | |
download | gcc-ebe74ac50b01a591558cab26fb88ef7ee80748ad.zip gcc-ebe74ac50b01a591558cab26fb88ef7ee80748ad.tar.gz gcc-ebe74ac50b01a591558cab26fb88ef7ee80748ad.tar.bz2 |
pr11832.c: XFAIL on (x86 && ilp32 && pic).
* gcc.c-torture/compile/pr11832.c: XFAIL on (x86 && ilp32 && pic).
* gcc.c-torture/compile/pr33009.c: Likewise.
From-SVN: r135972
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr11832.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr33009.c | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bf57f50..79bbe74 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * gcc.c-torture/compile/pr11832.c: XFAIL on (x86 && ilp32 && pic). + * gcc.c-torture/compile/pr33009.c: Likewise. + 2008-05-27 Alexandre Oliva <aoliva@redhat.com> PR c++/35909 diff --git a/gcc/testsuite/gcc.c-torture/compile/pr11832.c b/gcc/testsuite/gcc.c-torture/compile/pr11832.c index 4eba49f..88469ff 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr11832.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr11832.c @@ -1,6 +1,8 @@ /* { dg-do compile } */ /* Currently ICEs for MIPS and PowerPC; see PR33642. */ /* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* } { "*" } { "" } } */ +/* Currently ICEs for (x86 && ilp32 && pic). */ +/* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */ /* { dg-prune-output ".*internal compiler error.*" } /* { dg-options "-frtl-abstract-sequences" } */ diff --git a/gcc/testsuite/gcc.c-torture/compile/pr33009.c b/gcc/testsuite/gcc.c-torture/compile/pr33009.c index 811fdb5..79a4b62 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr33009.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr33009.c @@ -1,6 +1,8 @@ /* { dg-do compile } */ /* Currently ICEs for MIPS and PowerPC; see PR33642. */ /* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* } { "*" } { "" } } */ +/* Currently ICEs for (x86 && ilp32 && pic). */ +/* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */ /* { dg-prune-output ".*internal compiler error.*" } /* { dg-options "-frtl-abstract-sequences" } */ |