Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / c99-init-3.c
blob9aca19acc0b18cc84a9a2fafbdda547713efbaa1
1 /* Test for designated initializers: array designators must be of
2 integer type. */
3 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
4 /* { dg-do compile } */
5 /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
7 int a[] = { [(void *)0] = 1 }; /* { dg-bogus "warning" "warning in place of error" } */
8 /* { dg-error "integer type|near init" "pointer designator" { target *-*-* } 7 } */