repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
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" }