https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109935

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The same is true even with a depedent field rather than base:
```
template <typename T>
struct C  {
        B<T> b;
};
```

Reply via email to