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/40836] ICE: "insn does not satisfy its constraints" (iwmmxt_movsi_insn)



------- Comment #9 from enrico dot scholz at informatik dot tu-chemnitz dot de  2009-10-23 15:13 -------
Core problem seemss to be that 4.4 differs between CORE_REGS and GENERAL_REGS
(CORE_REGS without r13/sp) and the "r", "l" + "h" constraints in the .md rules
apply to GENERAL_REGS only.   This makes some valid machine code combinations
impossible and will cause ICE hence.


-- 


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


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