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

From-SVN: r51426
This commit is contained in:
Richard Henderson 2002-03-26 18:30:23 -08:00 committed by Richard Henderson
parent 300d40935c
commit 62d3b526c6
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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.

View File

@ -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 */