This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/65955] [arm] ICE during movcond_addsi split


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]