This is the mail archive of the gcc@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]

spill_failure


Hi,

I have been adding some profiling stuff onto the RTL. I get the following 
error in reload phase. Can someone tell me how to fix this? I use 8th 
April 2005 
check out from CVS.

./mul_mdmd_md.c: In function âmul_mdmd_md_l1_arb_allâ:
./mul_mdmd_md.c:343: error: unable to find a register to spill in class 
âAD_REGSâ
./mul_mdmd_md.c:343: error: this is the insn:
(insn 529 8 530 0 (parallel [
            (set (reg:DI 232)
                (sign_extend:DI (reg/v:SI 149 [ M ])))
            (clobber (reg:CC 17 flags))
            (clobber (scratch:SI))
        ]) 82 {*extendsidi2_1} (nil)
    (expr_list:REG_UNUSED (scratch:SI)
        (expr_list:REG_UNUSED (reg:CC 17 flags)
            (nil))))
./mul_mdmd_md.c:343: internal compiler error: in spill_failure, at 
reload1.c:1885

regards,
Raj


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