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
/
undefined3.C
blob
6bafd6fc6951180ea292e1c52099e7b4aca25679
1
// PR c++/5657
2
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3
// { dg-do compile }
4
5
template<typename T> struct A { A(B); };
6
template<typename T> A<T>::A(B) {} // { dg-error "" }