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
simulate-thread tests: Silence gdb debuginfod warning
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr54377.C
blob
07ebd092a084eff42405c4320845319a032f38b7
1
// PR c++/54377
2
// { dg-do compile { target c++11 } }
3
4
template <typename, typename, typename = void, typename...>
5
struct foo {}; // { dg-message "provided for" }
6
7
foo<int> f; // { dg-error "at least 2" }