summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-26 12:25:44 +0000
committerkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-26 12:25:44 +0000
commit2b68965dfbb4401f1fbe255590f286caecf6e5c3 (patch)
treed02a6fafca6ebbc1cb59712cea2dbe1c31b632d5 /gcc
parent7cf07491934ddb6fd220e2454cbd062faaf7139d (diff)
downloadgcc-2b68965dfbb4401f1fbe255590f286caecf6e5c3.tar.gz
* 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/noncompile/20030818-1.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 200a4e38d46..1543516bedf 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/noncompile/20030818-1.c b/gcc/testsuite/gcc.dg/noncompile/20030818-1.c
index 6e626290329..71b89ec6fa7 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" } */