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
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
array23.C
blob
fbcd39e2c3a79bd308c9562063539c450056b95f
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 "3:array size missing" }