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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.robertl
/
eb45.C
blob
d6c0a40f65fbec31b88850ec60c51fe27f85acff
1
// { dg-do assemble }
2
class A {};
3
class B : public virtual A {};
4
template <class Imp> class C : public Imp {};
5
6
template class C<B>;