[Bug c/102989] Implement C2x's n2763 (_BitInt)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 22 19:47:28 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #55376|0 |1
is obsolete| |
--- Comment #68 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 55386
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55386&action=edit
gcc14-bitint-wip.patch
Further progress, this handles also constants, left shifts by small amount (0
to limb_prec - 1) and ==/!= comparisons and calls.
More information about the Gcc-bugs
mailing list