Commit 7120a6fe by Neil Booth Committed by Neil Booth

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

From-SVN: r41870
parent e00c1338
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> 2001-05-04 David Edelsohn <edelsohn@gnu.org>
* gcc.c-torture/execute/20001227-1.c: Remove duplicate of * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#define sys_str(x) x #define sys_str(x) x
#define sys_foo(x, y...) bar (x, ##y) #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" } */ #if uint /* { dg-warning "traditional C rejects" } */
#endif #endif
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#define sys_fl 1.0f #define sys_fl 1.0f
#define sys_ld 1.0L #define sys_ld 1.0L
# 22 "bar.c" 2 /* { dg-warning "expected to return" } */ # 22 "sysmac2.c" 2
int int
main () main ()
......
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