From: kraai Date: Tue, 26 Aug 2003 12:25:44 +0000 (+0000) Subject: * gcc.dg/noncompile/20030818-1.c: Expect second line of error. X-Git-Tag: upstream/4.9.2~77080 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b68965dfbb4401f1fbe255590f286caecf6e5c3;p=platform%2Fupstream%2Flinaro-gcc.git * gcc.dg/noncompile/20030818-1.c: Expect second line of error. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70805 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 200a4e3..1543516 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-08-26 Matt Kraai + + * gcc.dg/noncompile/20030818-1.c: Expect second line of error. + 2003-08-26 Nathan Sidwell PR c++/11871 diff --git a/gcc/testsuite/gcc.dg/noncompile/20030818-1.c b/gcc/testsuite/gcc.dg/noncompile/20030818-1.c index 6e62629..71b89ec 100644 --- a/gcc/testsuite/gcc.dg/noncompile/20030818-1.c +++ b/gcc/testsuite/gcc.dg/noncompile/20030818-1.c @@ -1,3 +1,3 @@ /* PR 11207. */ -char font8x8[256][8] = { [-1] = { 0 } }; /* { dg-error "array index in initializer exceeds array bounds" } */ +char font8x8[256][8] = { [-1] = { 0 } }; /* { dg-error "array index|near init" } */