[RTL ifcvt] PR 67786, 67787: Check that intermediate instructions in the basic block...
[official-gcc.git] / gcc / testsuite / gcc.dg / pr63549.c
blobc9b1718f0cc3d6d4ab0011139c3373f5b2f039f2
1 /* PR c/63549 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 enum E e;
6 int a[10];
7 int i = a[e]; /* { dg-error "has an incomplete type" } */