Commit a103ca2c by Matt Kraai Committed by Matt Kraai

* gcc.dg/noncompile/20030818-1.c: Expect second line of error.

From-SVN: r70805
parent 73780bfe
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
......
/* 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" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment