OSDN Git Service

* gcc.c-torture/compile/pr33009.c: xfail on hppa*-*-*.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Sep 2008 23:43:21 +0000 (23:43 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Sep 2008 23:43:21 +0000 (23:43 +0000)
* gcc.c-torture/compile/pr11832.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139919 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 4d3bafc..f76865e 100644 (file)
@@ -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.
index 60017d3..0ad9544 100644 (file)
@@ -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.*" }
index 026162c..b0c4373 100644 (file)
@@ -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.*" }