repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
abi
/
vtt1.C
blob
8235c460b97f75635b079e462c8a28b493df0b51
1
// { dg-do compile }
2
3
struct A {
4
};
5
6
struct B : virtual public A {
7
};
8
9
B b;
10
11
// { dg-final { scan-assembler _ZTT1B } }