repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr51619.C
blob
9a731880440dd44b67ffbee3abd29d3709e9c3c9
1
// PR c++/51619
2
// { dg-do compile { target c++11 } }
3
4
struct A { virtual ~A(); };
5
struct B { A a[1][1]; } b;
6
struct C { A a[3][3]; } c;