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 #14 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Wed May 13 15:00:50 2015
New Revision: 223165

URL: https://gcc.gnu.org/viewcvs?rev=223165&root=gcc&view=rev
Log:
[ARM] Fix PR 65955: Do not take REGNO on non-REG operand in movcond_addsi

        Backport from mainline
        2015-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

        PR target/65955
        * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
        REG before taking its REGNO.

Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/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]