OSDN Git Service

* gcc.dg/noncompile/20030818-1.c: Expect second line of error.
authorkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Aug 2003 12:25:44 +0000 (12:25 +0000)
committerkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Aug 2003 12:25:44 +0000 (12:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70805 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/noncompile/20030818-1.c

index 200a4e3..1543516 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
+
+       * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
+
 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/11871
index 6e62629..71b89ec 100644 (file)
@@ -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" } */