diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-25 18:49:13 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-25 18:49:13 +0000 |
commit | cd1a57f0b0d38631f96e9828703588625e515cbe (patch) | |
tree | 6b1ce853d1d3da18fec596e8c788d146a88f041d /gcc/testsuite/gcc.dg/Warray-bounds.c | |
parent | 720082dc4995b066d962c16a2586f47b5019b72d (diff) | |
download | gcc-cd1a57f0b0d38631f96e9828703588625e515cbe.tar.gz |
PR rtl-optimization/31500
* gcc.dg/Warray-bounds.c: Remove hppa xfails.
* g++.dg/warn/Warray-bounds.C: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126924 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/Warray-bounds.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/Warray-bounds.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/Warray-bounds.c b/gcc/testsuite/gcc.dg/Warray-bounds.c index a73cb5f796e..fde457036cb 100644 --- a/gcc/testsuite/gcc.dg/Warray-bounds.c +++ b/gcc/testsuite/gcc.dg/Warray-bounds.c @@ -1,5 +1,4 @@ /* { dg-do compile } */ -/* { dg-xfail-if "PR 31500" { hppa*-*-* && { ! hppa*64*-*-* } } } */ /* { dg-options "-O2 -Warray-bounds" } */ int a[10]; @@ -91,5 +90,5 @@ int* f(void) { a[i] = 1; /* { dg-warning "array subscript" } */ return a; -} /* { dg-excess-errors "PR 31500" { xfail { hppa*-*-* && { ! hppa*64*-*-* } } } } */ +} |