https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81866
--- Comment #9 from Sokolov Viacheslav ---
Looks like it is fixed on trunk along with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96474
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81866
--- Comment #8 from Sokolov Viacheslav ---
looks like the following is the same bug: https://godbolt.org/z/1vTqs3
template
struct A
{
template
struct B
{
};
};
A<>::B b;
results in (on trunk)
: In substitution of 'template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96474
Sokolov Viacheslav changed:
What|Removed |Added
CC||soko.slav at yandex dot ru
--- Comm