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
/
parse
/
error17.C
blob
2a8f3f829ca52f1e03d9f4b4dd56097fd3653868
1
// PR c++/16965
2
3
template <typename T> struct B {
4
static int Bar(T); // { dg-error "" }
5
};
6
struct D : B<int>, B<char> {};
7
8
int i2 = D::Bar(2); // { dg-error "" }