Commit 65a33339 by John David Anglin Committed by John David Anglin

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
parent aa24028d
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
/* { dg-do compile } */
/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */
/* { dg-options "-O2 -Warray-bounds" } */
int a[10];
......
/* { dg-do compile } */
/* { dg-skip-if "PR 31500" { hppa*-*-* } { "*" } { "" } } */
/* { dg-options "-O2 -Warray-bounds" } */
int a[10];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment