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
/
cpp0x
/
variadic155.C
blob
d912317bdc4f0290e419f7c9e5ef4213d4acf912
1
// { dg-do compile { target c++11 } }
2
3
template <typename T> struct A {};
4
template <int... I> struct B: A<I...> {}; // { dg-error "type" }