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
/
template
/
meminit1.C
blob
90b0d7d853943f193abc2431f3ce6bfeab3ba868
1
template <class T >
2
struct S
3
{
4
S() : S() {} // { dg-error "base" }
5
};
6
7
S<int> s; // { dg-error "instantiated" }