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/49069] [4.6/4.7/4.8 Regression] ICE in gen_cstoredi4, at config/arm/arm.md:7554


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

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-23 08:37:39 UTC ---
Author: jakub
Date: Wed Jan 23 08:37:16 2013
New Revision: 195398

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195398
Log:
    PR target/49069
    * config/arm/arm.md (cbranchdi4, cstoredi4): Use s_register_operand
    instead of cmpdi_operand for first comparison operand.
    Don't assert that comparison operands aren't both constants.

    * gcc.dg/pr49069.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr49069.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.md
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/testsuite/ChangeLog


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