OSDN Git Service

* gcc.c-torture/compile/pr11832.c: XFAIL on (x86 && ilp32 && pic).
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 May 2008 06:47:29 +0000 (06:47 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 May 2008 06:47:29 +0000 (06:47 +0000)
* gcc.c-torture/compile/pr33009.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135972 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr11832.c
gcc/testsuite/gcc.c-torture/compile/pr33009.c

index bf57f50..79bbe74 100644 (file)
@@ -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
index 4eba49f..88469ff 100644 (file)
@@ -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" } */
 
index 811fdb5..79a4b62 100644 (file)
@@ -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" } */