https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #55637|0 |1 is obsolete| | --- Comment #90 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 55642 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55642&action=edit gcc14-bitint-wip.patch Inline asm support with large/huge _BitInt (limited usefulness and makes mostly sense with g constraint), abs/absu/min/max fixes (had a bug in one testcase which prevented from those bugs to be seen) and one .{ADD,SUB}_OVERFLOW fix; all the torture bitint run tests now pass even with -fsanitize=undefined. Have to do something about stmt_ends_bb_p calls with large/huge _BitInt lhs and deal with debuginfo, then bootstrap/regtest it as whole and submit.