re PR rtl-optimization/31500 (FAIL: gcc.dg/Warray-bounds.c (internal compiler error))

PR rtl-optimization/31500
	* gcc.dg/Warray-bounds.c: Skip on hppa*-*-*.
	* g++.dg/warn/Warray-bounds.C: Likewise.

From-SVN: r123837
This commit is contained in:
John David Anglin 2007-04-15 01:17:41 +00:00 committed by John David Anglin
parent aa24028daf
commit 65a333394f
3 changed files with 8 additions and 0 deletions

View 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

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */
/* { dg-options "-O2 -Warray-bounds" } */
int a[10];

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */
/* { dg-options "-O2 -Warray-bounds" } */
int a[10];