From: Matt 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: releases/gcc-3.4.0~4065 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a103ca2cde431b09326d1378eaaefd45de7bc3af;p=thirdparty%2Fgcc.git * gcc.dg/noncompile/20030818-1.c: Expect second line of error. From-SVN: r70805 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 200a4e38d466..1543516bedf2 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 6e626290329c..71b89ec6fa7c 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" } */