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
/
crash63.C
blob
b7056e8d85e7f0ee2a0a6f65b21995665094d8ec
1
// PR c++/29729
2
3
template<typename T> void foo(T)
4
{
5
struct A
6
{
7
template<int> struct B // { dg-error "local class" }
8
{
9
typedef B<0> C;
10
}
11
};
12
}