repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash36.C
blob
2f0ef921a6768503dda2411b5f1477075fbf042f
1
// { dg-do compile }
2
3
// Origin: Ivan Godard <igodard@pacbell.net>
4
// Andrew Pinski <pinskia@gcc.gnu.org>
5
6
// PR c++/20333: ICE parsing typename without nested-name-specifier
7
8
template<class> struct f {};
9
f<int> f2[2] = {typename f<int>()}; // { dg-error "" }