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

From-SVN: r51425
This commit is contained in:
Richard Henderson 2002-03-26 18:29:49 -08:00 committed by Richard Henderson
parent 4ba49b4c7b
commit f90ebaae0e
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 */