https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099
Ville Voutilainen <ville.voutilainen at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ville.voutilainen at gmail dot com --- Comment #11 from Ville Voutilainen <ville.voutilainen at gmail dot com> --- More cases that ICE: template <class> using AT = int; using AA = AT<signed __int128_t>; template <class> struct AT{}; using AA = AT<signed __int128_t>; template <class> struct AT{}; AT<signed __int128_t> x;