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

--- Comment #20 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Christophe Lyon <cl...@gcc.gnu.org>:

https://gcc.gnu.org/g:635408da1eb1d441ef4d59fe00a038c920e51085

commit r11-1062-g635408da1eb1d441ef4d59fe00a038c920e51085
Author: Christophe Lyon <christophe.l...@linaro.org>
Date:   Mon Jun 8 08:17:20 2020 +0000

    [arm] Fix vfp_operand_register for VFP HI regs

    While looking at PR target/94743 I noticed an ICE when I tried to save
    all the FP registers: this was because all HI registers wouldn't match
    vfp_register_operand.

    gcc/ChangeLog:

            * config/arm/predicates.md (vfp_register_operand): Use VFP_HI_REGS
            instead of VFP_REGS.

Reply via email to