repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RTL ifcvt] PR 67786, 67787: Check that intermediate instructions in the basic block...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr63549.c
blob
c9b1718f0cc3d6d4ab0011139c3373f5b2f039f2
1
/* PR c/63549 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
enum
E e
;
6
int
a
[
10
];
7
int
i
=
a
[
e
];
/* { dg-error "has an incomplete type" } */