]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr33009.c: xfail on hppa*-*-*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Tue, 2 Sep 2008 23:43:21 +0000 (23:43 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 2 Sep 2008 23:43:21 +0000 (23:43 +0000)
* gcc.c-torture/compile/pr33009.c: xfail on hppa*-*-*.
* gcc.c-torture/compile/pr11832.c: Likewise.

From-SVN: r139919

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

index 4d3bafcc63cd6b2b67c75c7108c29642e3f983fe..f76865e8ad3bba956c71d06795224e2d35ece25c 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 60017d3fb88f4fc632b36a7985f62dba0ca3965d..0ad95448a7a13fae02e5140dde71e54304615a53 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 026162c2e700296c4c18a029bf37a9016d497083..b0c4373ca113fae9cb2650a8ce5c3f52e86ae297 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.*" }