repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
other
/
default2.C
blob
be0e5c32413d1ea62553183a124fa27fae38f6cc
1
// PR c++/16829
2
// { dg-do "compile" }
3
4
template<typename T> void foo(T, int = 0, int) {} // { dg-error "default" }
5
6
void bar()
7
{
8
foo(0);
9
}