* gcc.dg/pragma-re-2.c: Avoid empty source file warning.
From-SVN: r51426
This commit is contained in:
parent
300d40935c
commit
62d3b526c6
@ -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.
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user