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
/
arg8.C
blob
adcd013e3068bb7871102b6374aaeaf77fef7db0
1
template<typename T, void, typename U> // { dg-error "void" }
2
void foo(T, U, int) {}
3
4
void bar()
5
{
6
foo(0, 0, 0); // { dg-error "no match" }
7
}