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
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
ttp22.C
blob
08eaa30424643576abcaa22457567968f8d81c82
1
// PR c++/28860
2
// { dg-do compile }
3
4
template<template<int> class A>
5
class A<0>; // { dg-error "shadows template template parameter" }
6
7
template<template<int> class B>
8
class B<0> {}; // { dg-error "shadows template template parameter" }