repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
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 "" }