This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.1 regrename.c doesn't handle which_alternative==-1
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: matzmich at cs dot tu-berlin dot de (Michael Matz)
- Cc: lucier at math dot purdue dot edu (Brad Lucier), gcc at gcc dot gnu dot org, feeley at iro dot umontreal dot ca
- Date: Tue, 30 Apr 2002 10:26:07 -0500 (EST)
- Subject: Re: 3.1 regrename.c doesn't handle which_alternative==-1
> Can you do a "p debug_rtx(insn)" in gdb at that line, after the
> SEGV?
(gdb) p debug_rtx(insn)
(insn 25568 25566 25570 (set (reg:SF 72 %f40 [127])
(mem:SF (plus:SI (reg/v:SI 16 %l0 [116])
(const_int 19 [0x13])) [0 S4 A64])) 85 {*movsf_insn_novis} (nil)
(nil))
$1 = void
Brad