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
PR c++/85262 - ICE with redundant qualification on constructor.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash6.C
blob
0cc5c84faf7a3adac7fbd230c27feacd9ddcac9c
1
struct P {};
2
3
template <typename >
4
struct O
5
{
6
struct I;
7
};
8
9
template <typename T>
10
struct O<T>::I::S : P {}; // { dg-error "" }