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
/
crash11.C
blob
3c69514e243e5ee402a4a62e781d689fc554a359
1
// { dg-do compile }
2
3
// Origin: kparz@iastate.edu
4
5
// PR c++/7939: ICE for invalid function parameter after template
6
// substitution.
7
8
template <class T, class U> void foo(T, U) {}
9
template <class T> void foo<T,void>(T, void) {} // { dg-error "incomplete|invalid|partial" }