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
/
net32.C
blob
43c1ed141ff680f27c7beba95a6e5d8de9d9579c
1
// { dg-do assemble }
2
3
class Co_obj {
4
public:
5
Co_obj() {}
6
};
7
class Linear_list_node : virtual public Co_obj { };
8
class M1 : public Linear_list_node { };
9
class M2 : public Linear_list_node { };
10
class New_node : public M1, public M2 { };