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
/
vbase14.C
blob
320d5ba77dcb3843726e3d37069520c1d9f2d5ab
1
// { dg-options "-Wabi -fabi-version=1" }
2
3
struct E1 {};
4
struct E2 : public E1 {}; // { dg-warning "layout" }
5
struct E : public E1, public E2 {}; // { dg-warning "layout|ambiguity" }
6
struct N : public E { virtual void f () {} }; // { dg-warning "nearly" }