mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 21:47:18 +08:00
* g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
From-SVN: r67667
This commit is contained in:
parent
4293f7cbbe
commit
fcc365073d
@ -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.
|
||||
|
@ -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 } */
|
||||
|
Loading…
Reference in New Issue
Block a user