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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
template30.C
blob
0304ba562055b832198a3af84e95f941f1750823
1
// { dg-do assemble }
2
template <class T, class U>
3
int func(U, T); // { dg-message "note" }
4
5
template <class T, class U>
6
int func(T, U) // { dg-message "note" }
7
{
8
return 2;
9
}
10
11
int main ()
12
{
13
func (0, 1); // { dg-error "ambiguous" }
14
}