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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
template<class T>
using AllSame = int;

template<class T, class... Rest>
struct AllSame<T, Rest...>;
```

Reply via email to