* gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
From-SVN: r41870
This commit is contained in:
parent
e00c13387a
commit
7120a6fed7
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue