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
/
error47.C
blob
74a598922944c55838677ca468b5b28339a7130d
1
// PR c++/51367
2
3
template<typename T> void foo(T, T); // { dg-message "template" }
4
5
void bar(void* p)
6
{
7
foo(0, p); // { dg-error "no matching" }
8
}
9
// { dg-message "candidate|parameter 'T' ('int' and 'void*')" "" { target *-*-* } 7 }