From: Neil Booth Date: Sat, 5 May 2001 19:18:38 +0000 (+0000) Subject: * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file. X-Git-Tag: prereleases/libstdc++-3.0.95~4592 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7120a6fed78edc0d980849ac76f1ca7749251d5f;p=thirdparty%2Fgcc.git * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file. From-SVN: r41870 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 504732bf3472..ff86ee02b0f4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-05-05 Neil Booth + + * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file. + 2001-05-04 David Edelsohn * gcc.c-torture/execute/20001227-1.c: Remove duplicate of diff --git a/gcc/testsuite/gcc.dg/cpp/sysmac1.c b/gcc/testsuite/gcc.dg/cpp/sysmac1.c index 9925a7168d30..cfc2b3d30b34 100644 --- a/gcc/testsuite/gcc.dg/cpp/sysmac1.c +++ b/gcc/testsuite/gcc.dg/cpp/sysmac1.c @@ -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 diff --git a/gcc/testsuite/gcc.dg/cpp/sysmac2.c b/gcc/testsuite/gcc.dg/cpp/sysmac2.c index b15b25fa7bec..0f326549e7cd 100644 --- a/gcc/testsuite/gcc.dg/cpp/sysmac2.c +++ b/gcc/testsuite/gcc.dg/cpp/sysmac2.c @@ -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 ()