https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #55094|0 |1
is obsolete| |
--- Comment #42 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 55141
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55141&action=edit
gcc14-bitint-wip.patch
Further progress, _BitInt constants now seem to work (up to the
__BITINT_MAXWIDTH__ limit, currently 575 bits) and folding can fold expressions
involving those.
No code generation yet though.