------- 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