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++.pt
/
t26.C
blob
181419bf0a2a7ad1bf5eb72577f024af9bdf752c
1
// { dg-do assemble }
2
3
template <class X> int f (X x, unsigned int j = 3) { return 29; }
4
template <class X> int f (X x, X y) { return 23; }
5
6
int foo () {
7
return f (7.0, 9.0);
8
}