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] ICE in gen_cstoredi4, at config/arm/arm.md:7554


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

--- Comment #4 from Richard Earnshaw <rearnsha at gcc dot gnu.org> 2012-03-01 16:08:35 UTC ---
The real question is why is a cstore operation being called with constants for
the two operands in the comparison.  If it knows the constants, then it knows
the result of the comparison and can collapse the entire result.


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