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
/
pr32566.C
blob
fd07432bff65cd132f2d702b93dfa383ea06dbeb
1
// { dg-do compile { target c++11 } }
2
template<int...> struct A;
3
4
template<template<int> class... T> struct A<T...> {}; // { dg-error "mismatch|expected" }