* gcc.dg/cpp/20000625-2.c: Correct line number.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Tue, 25 Sep 2001 06:18:03 +0000 (06:18 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 25 Sep 2001 06:18:03 +0000 (06:18 +0000)
From-SVN: r45799

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/20000625-2.c

index f1ebfd165f59ae7ec3195391800dd942cf7ec603..bb4ec2fbaea778d0e50677675b8d1cd7272b93d4 100644 (file)
@@ -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.
index c9e3fe23b9c96953104738a390a0b59b6b18b8cf..72e2604faff3d8f9539c0a8bfe255717aab0aed9 100644 (file)
@@ -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";