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
Merge with main truk.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
variadic126.C
blob
513c7e54a072172b20e81bc38f14e9c61924e723
1
// PR c++/47220
2
// { dg-do compile { target c++11 } }
3
4
template < typename ... > struct A;
5
6
struct B : A < // { dg-error "invalid" }
7
{
8
};