From b56cfd512f03b201cefa21bccf6c4892563ef968 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 25 Sep 2001 06:18:03 +0000 Subject: [PATCH] * gcc.dg/cpp/20000625-2.c: Correct line number. From-SVN: r45799 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/cpp/20000625-2.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f1ebfd165f5..bb4ec2fbaea 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-09-25 Neil Booth + + * gcc.dg/cpp/20000625-2.c: Correct line number. + 2001-09-24 Neil Booth * 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 c9e3fe23b9c..72e2604faff 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"; -- 2.30.2