re PR bootstrap/88714 (bootstrap comparison failure on armv7l since r265398)
authorJakub Jelinek <jakub@redhat.com>
Mon, 18 Feb 2019 12:52:36 +0000 (13:52 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 18 Feb 2019 12:52:36 +0000 (13:52 +0100)
commit022049403b80be13a495d8411aac2d0aacdf1a27
treee57f38d85c537b1f1edd75f4957845a2fd84214a
parent290dfd9bc7bea2f102f29723d20674f1b57332f1
re PR bootstrap/88714 (bootstrap comparison failure on armv7l since r265398)

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].

From-SVN: r268985
gcc/ChangeLog
gcc/config/arm/arm.md
gcc/config/arm/ldrdstrd.md
gcc/config/arm/vfp.md