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/28753] [4.2 regression] ICE in extract_insn, at recog.c:2075 on powerpc



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-08-16 17:53 -------
Actually I think this can only show up by undefined code.  Reload does:
Reloads for insn # 266
Reload 0: GENERAL_REGS, RELOAD_FOR_INPUT_ADDRESS (opnum = 1), can't combine,
secondary_reload_p
        reload_reg_rtx: (reg:CC 0 %r0)
Reload 1: reload_in (CC) = (const_int 0 [0x0])
        CR_REGS, RELOAD_FOR_INPUT (opnum = 1), can't combine
        reload_in_reg: (reg:CC 202)
        reload_reg_rtx: (reg:CC 70 %cr2 [194])
        secondary_in_reload = 0

But the only time 202 is defined is based on an uninitialized variable.


-- 


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


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