https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #55561|0 |1 is obsolete| | --- Comment #83 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 55562 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55562&action=edit gcc14-bitint-wip.patch Now with support for passing large/huge _BitInt(N) INTEGER_CSTs as function arguments (although the RTL could be improved later), -fnon-call-exceptions support for large/huge _BitInt(N) loads/stores/divide/modulo and large/huge _BitInt(N) -> floating point conversions and support for uninited large/huge _BitInt SSA_NAMEs. Next will be ubsan and __builtin_*_overflow.