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
/
error14.C
blob
c5043cfb4cba782904855d54af01d0a631e76520
1
// PR c++/16904
2
3
template<typename T> struct X
4
{
5
X() { this->T::i; } // { dg-error "" }
6
};
7
8
X<int> x;