summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Warray-bounds.c
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-15 01:17:41 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-15 01:17:41 +0000
commit2df8008620a31efa38bc481ae67180d7716b3b5b (patch)
treeb1e0c46a84cc05f9a1c351ec7d88d254eece5e01 /gcc/testsuite/gcc.dg/Warray-bounds.c
parent0dd13847494549108e669e45e74aced4d4435be8 (diff)
downloadgcc-2df8008620a31efa38bc481ae67180d7716b3b5b.tar.gz
PR rtl-optimization/31500
* 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
Diffstat (limited to 'gcc/testsuite/gcc.dg/Warray-bounds.c')
-rw-r--r--gcc/testsuite/gcc.dg/Warray-bounds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/Warray-bounds.c b/gcc/testsuite/gcc.dg/Warray-bounds.c
index fde457036cb..31f6c6e7d3a 100644
--- a/gcc/testsuite/gcc.dg/Warray-bounds.c
+++ b/gcc/testsuite/gcc.dg/Warray-bounds.c
@@ -1,4 +1,5 @@
/* { dg-do compile } */
+/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */
/* { dg-options "-O2 -Warray-bounds" } */
int a[10];