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
/
compat
/
break
/
empty6.h
blob
47a0da8b52e3eaf44da8e41f2f96602d970c96c9
1
struct
A
{};
2
3
struct
B
{
4
A a
;
5
virtual
void
f
() {}
6
int
i
;
7
};