From: J"orn Rennecke Date: Mon, 9 Jun 2003 17:13:06 +0000 (+0000) Subject: * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcc365073d2515c2dc17b2e9e7f1e910e7192903;p=platform%2Fupstream%2Fgcc.git * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning. From-SVN: r67667 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5ba4d12..5fc1b6e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-06-09 J"orn Rennecke + + * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning. + 2003-06-09 Mark Mitchell * lib/gcc-dg.exp (dg-require-weak): Fix typo. diff --git a/gcc/testsuite/g++.dg/other/offsetof3.C b/gcc/testsuite/g++.dg/other/offsetof3.C index 678b0a1..7106a3f 100644 --- a/gcc/testsuite/g++.dg/other/offsetof3.C +++ b/gcc/testsuite/g++.dg/other/offsetof3.C @@ -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 } */