diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/cpp/20000625-2.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f1ebfd1..bb4ec2f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +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> * gcc.dg/cpp/macro10.c: New test. diff --git a/gcc/testsuite/gcc.dg/cpp/20000625-2.c b/gcc/testsuite/gcc.dg/cpp/20000625-2.c index c9e3fe2..72e2604 100644 --- a/gcc/testsuite/gcc.dg/cpp/20000625-2.c +++ b/gcc/testsuite/gcc.dg/cpp/20000625-2.c @@ -12,7 +12,7 @@ get the behaviour GLIBC desires by removing the space before GCLIB_2.0 in this line. */ 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 c[] = "getrlimit@GLIBC_2.0"; |
