Commit b56cfd51 by Neil Booth Committed by Neil Booth

* gcc.dg/cpp/20000625-2.c: Correct line number.

From-SVN: r45799
parent b056c22c
2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/20000625-2.c: Correct line number.
2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk> 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/macro10.c: New test. * gcc.dg/cpp/macro10.c: New test.
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
get the behaviour GLIBC desires by removing the space before get the behaviour GLIBC desires by removing the space before
GCLIB_2.0 in this line. */ GCLIB_2.0 in this line. */
const char a[] = str(symbol_version(getrlimit,GLIBC_2.0)); const char a[] = str(symbol_version(getrlimit,GLIBC_2.0));
/* { dg-warning "valid preprocessing token" "" { target *-*-* } 11 } */ /* { dg-warning "valid preprocessing token" "" { target *-*-* } 14 } */
const char b[] = str(getrlimit@GLIBC_2.0); const char b[] = str(getrlimit@GLIBC_2.0);
const char c[] = "getrlimit@GLIBC_2.0"; const char c[] = "getrlimit@GLIBC_2.0";
......
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