* g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.

From-SVN: r67667
This commit is contained in:
J"orn Rennecke 2003-06-09 17:13:06 +00:00 committed by Joern Rennecke
parent 4293f7cbbe
commit fcc365073d
2 changed files with 5 additions and 1 deletions

View 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.

View 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 } */