https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55386|0                           |1
        is obsolete|                            |

--- Comment #69 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 55392
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55392&action=edit
gcc14-bitint-wip.patch

Now with some runtime test coverage for +,-,|,^,&,~,<<small,==,!= for unsigned
_BitInt(N) for N 135, 192, 255, 256, 259, 508, 512, 575 to test large/huge with
various numbers of limbs and partial limbs, plus associated fixes so that it
works correctly.

Reply via email to