https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88714
--- Comment #45 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon Feb 18 12:52:36 2019 New Revision: 268985 URL: https://gcc.gnu.org/viewcvs?rev=268985&root=gcc&view=rev Log: PR bootstrap/88714 * config/arm/arm.md (*arm_movdi, *movdf_soft_insn): Use "r" instead of "q" constraint. * config/arm/vfp.md (*movdi_vfp): Likewise. * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use "r" instead of "q" constraint for operands[0]. Modified: trunk/gcc/ChangeLog trunk/gcc/config/arm/arm.md trunk/gcc/config/arm/ldrdstrd.md trunk/gcc/config/arm/vfp.md