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/60657] [4.9 Regression] ICE: error: insn does not satisfy its constraints


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60657

--- Comment #9 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Fri Apr  4 13:13:20 2014
New Revision: 209085

URL: http://gcc.gnu.org/viewcvs?rev=209085&root=gcc&view=rev
Log:
        PR target/60657
    * config/arm/predicates.md (const_int_I_operand): New predicate.
    (const_int_M_operand): Similarly.
    * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
    const_int_operand.
    (insv_t2, extv_reg, extzv_t2): Likewise.
    (load_multiple_with_writeback): Similarly for const_int_I_operand.
    (pop_multiple_with_writeback_and_return): Likewise.
    (vfp_pop_multiple_with_writeback): Likewise

    PR target/60657
    * gcc.target/arm/pr60657.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/arm/pr60657.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.md
    trunk/gcc/config/arm/predicates.md
    trunk/gcc/testsuite/ChangeLog


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