https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65955
--- Comment #12 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue May 12 09:15:09 2015 New Revision: 223049 URL: https://gcc.gnu.org/viewcvs?rev=223049&root=gcc&view=rev Log: [ARM] Fix PR 65955: Do not take REGNO on non-REG operand in movcond_addsi PR target/65955 * config/arm/arm.md (movcond_addsi): Check that operands[2] is a REG before taking its REGNO. Modified: trunk/gcc/ChangeLog trunk/gcc/config/arm/arm.md