repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Winaccessible-base-1.C
blob
2e32b0b119ffe711e3cd285937d016ad8969635e
1
// PR c++/90449
2
3
struct A { int a; };
4
5
struct B : A { };
6
7
struct C : B, A { }; // { dg-warning "direct base 'A' inaccessible in 'C' due to ambiguity" }