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
/
crash57.C
blob
cf1c3c2961de4db0b59e466c5ddab8c864be19df
1
//PR c++/27397
2
3
template<int(> struct A; // { dg-error "token" }
4
5
template<typename> struct B
6
{
7
template<int(> struct C; // { dg-error "token" }
8
};
9
10
A<char> a; // { dg-error "type/value mismatch|constant|declaration" }