* gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.

From-SVN: r41870
This commit is contained in:
Neil Booth 2001-05-05 19:18:38 +00:00 committed by Neil Booth
parent e00c13387a
commit 7120a6fed7
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
2001-05-04 David Edelsohn <edelsohn@gnu.org>
* gcc.c-torture/execute/20001227-1.c: Remove duplicate of

View file

@ -18,7 +18,7 @@
#define sys_str(x) x
#define sys_foo(x, y...) bar (x, ##y)
# 22 "bar.c" 2 /* { dg-warning "expected to return" } */
# 22 "sysmac1.c" 2
#if uint /* { dg-warning "traditional C rejects" } */
#endif

View file

@ -18,7 +18,7 @@
#define sys_fl 1.0f
#define sys_ld 1.0L
# 22 "bar.c" 2 /* { dg-warning "expected to return" } */
# 22 "sysmac2.c" 2
int
main ()