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
/
eh
/
dtor1.h
blob
0dfa793e0e1869f59276902d41f2c2522b1d87fc
1
struct
A
{
2
~
A
();
3
};
4
5
struct
B
:
public
A
{
6
~
B
();
7
};