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
/
class2.C
blob
4144997fe160d2502f032fd22231516a756ccf31
1
// PR c++/13451
2
3
template <class T>
4
struct A {
5
struct B;
6
struct A::B { }; // { dg-error "" }
7
};