From ebe74ac50b01a591558cab26fb88ef7ee80748ad Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Tue, 27 May 2008 06:47:29 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.c-torture/compile/pr11832.c | 2 ++ gcc/testsuite/gcc.c-torture/compile/pr33009.c | 2 ++ 3 files changed, 9 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bf57f50ddd3..79bbe74c750 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-05-27 Kaveh R. Ghazi + + * gcc.c-torture/compile/pr11832.c: XFAIL on (x86 && ilp32 && pic). + * gcc.c-torture/compile/pr33009.c: Likewise. + 2008-05-27 Alexandre Oliva PR c++/35909 diff --git a/gcc/testsuite/gcc.c-torture/compile/pr11832.c b/gcc/testsuite/gcc.c-torture/compile/pr11832.c index 4eba49f0645..88469ff6940 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 811fdb5f844..79a4b62a3a6 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" } */ -- 2.30.2