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/53334] [4.8 Regression] ICE in extract_insn, at recog.c:2131


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

--- Comment #6 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-05-22 09:07:03 UTC ---
Author: ramana
Date: Tue May 22 09:06:55 2012
New Revision: 187761

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187761
Log:
Fix PR target/53334


2012-05-22  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>

    PR target/53334
    * config/arm/arm-protos.h (arm_validize_comparison): Declare.
    * config/arm/arm.c (arm_validize_comparison): Define.
    * config/arm/arm.md ("cbranchsi4"): Cleanup expansion and use
    arm_validize_comparison.
    ("cbranchdi4"): Likewise.
    ("cstoredi4"): Likewise.
    ("movsicc"): Likewise.
    ("movsfcc"): Likewise.
    ("movdfcc"): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm-protos.h
    trunk/gcc/config/arm/arm.c
    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]