Commit 62d3b526 by Richard Henderson Committed by Richard Henderson

* gcc.dg/pragma-re-2.c: Avoid empty source file warning.

From-SVN: r51426
parent 300d4093
2002-03-26 Richard Henderson <rth@redhat.com>
* gcc.dg/pragma-re-2.c: Avoid empty source file warning.
* gcc.dg/20020312-2.c: Don't test epilogue vs global register
on sparc.
......
......@@ -4,3 +4,5 @@
#pragma redefine_extname foo /* { dg-warning "malformed" } */
#pragma redefine_extname foo 1 /* { dg-warning "malformed" } */
#pragma redefine_extname foo bar 2 /* { dg-warning "junk" } */
int bar; /* silence `ISO C forbids an empty source file' warning */
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