OSDN Git Service

* g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jun 2003 17:13:06 +0000 (17:13 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jun 2003 17:13:06 +0000 (17:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67667 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/offsetof3.C

index 5ba4d12..5fc1b6e 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
+
 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
 
        * lib/gcc-dg.exp (dg-require-weak): Fix typo.
index 678b0a1..7106a3f 100644 (file)
@@ -13,4 +13,4 @@ typedef X* pX;
 typedef __SIZE_TYPE__ size_t;
 
 size_t yoff = size_t(&(pX(0)->y)); /* { dg-warning "invalid access" "" } */
-/* { dg-warning "macro was used incorrectly" "" { target *-*-* } 14 } */
+/* { dg-warning "macro was used incorrectly" "" { target *-*-* } 15 } */