diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-09-25 06:18:03 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-09-25 06:18:03 +0000 |
commit | b56cfd512f03b201cefa21bccf6c4892563ef968 (patch) | |
tree | dc41f729db1046c8b9e640c6001ddce4318433ef /gcc/testsuite | |
parent | b056c22c8ed2d6afee850e9edc144f9ddcfd4ffd (diff) | |
download | gcc-b56cfd512f03b201cefa21bccf6c4892563ef968.zip gcc-b56cfd512f03b201cefa21bccf6c4892563ef968.tar.gz gcc-b56cfd512f03b201cefa21bccf6c4892563ef968.tar.bz2 |
* gcc.dg/cpp/20000625-2.c: Correct line number.
From-SVN: r45799
Diffstat (limited to 'gcc/testsuite')
-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"; |