repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
default10.C
blob
1c9731e2fa78a35e68786f333a53a88d3df8e6af
1
// PR c++/15339
2
3
template<typename> void g3(int, int);
4
template<typename> void g3(int = 0, int) { } // { dg-error "may not have default arguments|default argument missing" }