IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / large-size-array-4.c
blobf6099b9152b6e9d9d65ca705fbd144976265c501
1 /* PR c/25309 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4 static char * name[] = {
5 [0x80000000] = "bar"
6 };
7 /* { dg-error "too large" "" { target { { ! lp64 } && { ! llp64 } } } 6 } */