On Mon, Mar 04, 2024 at 03:30:01PM +0000, Andrew Stubbs wrote:
> vect: Fix integer overflow calculating mask
> 
> The masks and bitvectors were broken when nunits==32 on hosts where int is
> 32-bit.
> 
> gcc/ChangeLog:
> 
>       * dojump.cc (do_compare_and_jump): Use full-width integers for shifts.
>       * expr.cc (store_constructor): Likewise.
>       (do_store_flag): Likewise.

LGTM, thanks.

        Jakub

Reply via email to