Commit 8ab7c30a by Geoffrey Keating Committed by Geoffrey Keating

pr18096-1.c: Be more liberal about possible error messages.

	* gcc.target/powerpc/pr18096-1.c: Be more liberal about possible
	error messages.

From-SVN: r107812
parent 2b6f297e
2005-12-01 Geoffrey Keating <geoffk@apple.com>
* gcc.target/powerpc/pr18096-1.c: Be more liberal about possible
error messages.
2005-12-01 Paul Thomas <pault@gcc.gnu.org> 2005-12-01 Paul Thomas <pault@gcc.gnu.org>
PR fortran/24789 PR fortran/24789
...@@ -8,5 +8,5 @@ void mkcatdefs(char *fname) ...@@ -8,5 +8,5 @@ void mkcatdefs(char *fname)
{ {
char line [2147483647]; char line [2147483647];
f(line); f(line);
} /* { dg-warning "stack frame too large" "stack frame too large" } */ } /* { dg-warning "too large" "stack frame too large" } */
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