[Bug middle-end/106144] wide_int shifted_mask() and mask() do not agree
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 30 18:18:02 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106144
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think this is a bug in wi::shifted_mask, { -1 } with len = 1 from wi::mask is
canonical 128-bit precision -1, { -1, -1 } with len = 2 from wi::shifted_mask
is not.
More information about the Gcc-bugs
mailing list