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...>; ```
pinskia at gcc dot gnu.org via Gcc-bugs Sun, 07 Sep 2025 23:26:57 -0700
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...>; ```