OSDN Git Service

* gcc.dg/cpp/20000625-2.c: Correct line number.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Sep 2001 06:18:03 +0000 (06:18 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Sep 2001 06:18:03 +0000 (06:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45799 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f1ebfd1..bb4ec2f 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 c9e3fe2..72e2604 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";