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
Let tree_single_nonzero_warnv_p use range information
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr63549.c
blob
bd0b70672679be6d7cce6f6fee3654e01336f6ac
1
/* PR c/63549 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
enum
E e
;
/* { dg-error "storage size of 'e' isn't known" } */
6
int
a
[
10
];
7
int
i
=
a
[
e
];
/* { dg-error "has an incomplete type" } */