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
/
crash90.C
blob
6fe247cc30df0697079f0b4fdd85ac7863279a86
1
// PR c++/39750
2
3
template < unsigned >
4
struct A ;
5
template < typename >
6
struct B ;
7
template < typename T , A < B < T > // { dg-error "initializer|parse error|valid type|expected" }
8
{ }