Commit fcc36507 by J"orn Rennecke Committed by Joern Rennecke

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

From-SVN: r67667
parent 4293f7cb
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> 2003-06-09 Mark Mitchell <mark@codesourcery.com>
* lib/gcc-dg.exp (dg-require-weak): Fix typo. * lib/gcc-dg.exp (dg-require-weak): Fix typo.
......
...@@ -13,4 +13,4 @@ typedef X* pX; ...@@ -13,4 +13,4 @@ typedef X* pX;
typedef __SIZE_TYPE__ size_t; typedef __SIZE_TYPE__ size_t;
size_t yoff = size_t(&(pX(0)->y)); /* { dg-warning "invalid access" "" } */ 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 } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment