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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.mike
/
misc8.C
blob
d8852c7d39b6fedddcdf5cb472e87a8c03d7385d
1
// { dg-do assemble }
2
// GROUPS passed vtable
3
class T { public: virtual ~T() {} };
4
template<class P> class X : public virtual T {};
5
int main() { X<int> x; }