https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60846
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- If a particular 32-bit arch agrees on ABI issues, one could use _BitInt(128) or unsigned _BitInt(128) for it in GCC 14+, though currently only x86-64 64-bit enables it.