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
/
other
/
abstract6.C
blob
ceba1a60b6d6aa7880a6e6af2abfae9b01885932
1
// PR c++/60532
2
3
class A
4
{
5
~A ();
6
};
7
class B : A
8
{
9
virtual void m () = 0;
10
};