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
/
vt-34102.C
blob
c2a6ae5d7f2e9511ca64a6c3814bb8ec0a9cba13
1
// { dg-do compile { target c++11 } }
2
// PR c++/34102
3
struct A {};
4
5
template<typename> struct B : virtual A {};
6
7
template<typename...T> struct C : B<T> {}; // { dg-error "parameter packs|T" }