r278224 - in /trunk/gcc: ChangeLog config/arm/c...

rth@gcc.gnu.org rth@gcc.gnu.org
Thu Nov 14 13:44:00 GMT 2019


Author: rth
Date: Thu Nov 14 13:44:05 2019
New Revision: 278224

URL: https://gcc.gnu.org/viewcvs?rev=278224&root=gcc&view=rev
Log:
arm: Fix the "c" constraint

The existing definition using register class CC_REG does not
work because CC_REGNUM does not support normal modes, and so
fails to match register_operand.  Use a non-register constraint
and the cc_register predicate instead.

        * config/arm/constraints.md (c): Use cc_register predicate.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/constraints.md



More information about the Gcc-cvs mailing list