]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/noncompile/20030818-1.c: Expect second line of error.
authorMatt Kraai <kraai@alumni.cmu.edu>
Tue, 26 Aug 2003 12:25:44 +0000 (12:25 +0000)
committerMatt Kraai <kraai@gcc.gnu.org>
Tue, 26 Aug 2003 12:25:44 +0000 (12:25 +0000)
From-SVN: r70805

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

index 200a4e38d466ad112c834e4d3606712b85d5dd2f..1543516bedf289ca53617b1bfd7723973fba63d3 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 6e626290329c8f37b60b38cc1c72261ea04659e1..71b89ec6fa7c8237768d0f1ce557de31d2468329 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" } */