repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
init
/
array23.C
blob
80ffb0a98cc2dfe07c677c58e37e5b4a99a89411
1
// PR C++/29002
2
// We ICE trying to set the "zero" initializer on the incomplete
3
// array
4
5
struct A {A();int A::* t;};
6
A x[]; // { dg-error "size" }