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.

Reply via email to