[Bug c++/108099] [12/13 Regression] ICE with type alias with `signed __int128_t`
ville.voutilainen at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Dec 21 18:14:48 GMT 2022
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;
More information about the Gcc-bugs
mailing list