OSDN Git Service

PR rtl-optimization/31500
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Apr 2007 01:17:41 +0000 (01:17 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Apr 2007 01:17:41 +0000 (01:17 +0000)
* gcc.dg/Warray-bounds.c: Skip on hppa*-*-*.
* g++.dg/warn/Warray-bounds.C: Likewise.

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

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

index 7bec6e8..c825558 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 0385516..4f7a397 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */
 /* { dg-options "-O2 -Warray-bounds" } */
 
 int a[10];
index fde4570..31f6c6e 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */
 /* { dg-options "-O2 -Warray-bounds" } */
 
 int a[10];