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

--- Comment #16 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andrew Stubbs <a...@gcc.gnu.org>:

https://gcc.gnu.org/g:07d7d37d1a33efb04f1262e56f4b82d6e1089e75

commit r12-632-g07d7d37d1a33efb04f1262e56f4b82d6e1089e75
Author: Andrew Stubbs <a...@codesourcery.com>
Date:   Fri May 7 15:31:05 2021 +0100

    Ensure emit_move_insn operands are valid

    Some architectures are fine with PLUS in move instructions, but others
    are not (amdgcn is the motivating example).

    2021-05-07  Jakub Jelinek  <ja...@redhat.com>
                Andrew Stubbs  <a...@codesourcery.com>

    gcc/ChangeLog:

            PR target/100418
            * builtins.c (try_store_by_multiple_pieces): Use force_operand for
            emit_move_insn operands.

Reply via email to