re PR rtl-optimization/31500 (FAIL: gcc.dg/Warray-bounds.c (internal compiler error))
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 15 Apr 2007 01:17:41 +0000 (01:17 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 15 Apr 2007 01:17:41 +0000 (01:17 +0000)
PR rtl-optimization/31500
* gcc.dg/Warray-bounds.c: Skip on hppa*-*-*.
* g++.dg/warn/Warray-bounds.C: Likewise.

From-SVN: r123837

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/warn/Warray-bounds.C
gcc/testsuite/gcc.dg/Warray-bounds.c

index 7bec6e81d737c9b7356da32d3d2b47cfad8700c3..c82555837a70f0219db0138cba55fbd367abf450 100644 (file)
@@ -1,3 +1,9 @@
+2007-04-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR rtl-optimization/31500
+       * gcc.dg/Warray-bounds.c: Skip on hppa*-*-*.
+       * g++.dg/warn/Warray-bounds.C: Likewise.
+
 2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR C/31520
index 0385516abd4e215467d9358c8dfce053c0c1fe6e..4f7a397fcb8d246fa3d80dde3799441fd1b002d1 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */
 /* { dg-options "-O2 -Warray-bounds" } */
 
 int a[10];
index fde457036cb45d4c491c50ae707d35f0f8de4287..31f6c6e7d3a132bb83433769019029bc578e4113 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */
 /* { dg-options "-O2 -Warray-bounds" } */
 
 int a[10];