How to debug when some rtx are wrongly reclaimed by garbage collector?
Bingfeng Mei
bmei@broadcom.com
Fri Nov 12 12:51:00 GMT 2010
I am not aware of that. Thank you very much.
Cheers,
Bingfeng
> -----Original Message-----
> From: Andreas Schwab [mailto:schwab@redhat.com]
> Sent: 12 November 2010 11:24
> To: Bingfeng Mei
> Cc: gcc@gcc.gnu.org
> Subject: Re: How to debug when some rtx are wrongly reclaimed by
> garbage collector?
>
> "Bingfeng Mei" <bmei@broadcom.com> writes:
>
> > In our port, I created a new NOTE to preserve pragma info. The
> > note is generated as follows in expanding builtins.
> >
> > rtx note = emit_note(NOTE_INSN_LOOPCOUNT_PRAGMA_BEG);
> > rtx vector = gen_rtx_PARALLEL (VOIDmode,
> > gen_rtvec(4, op0, op1, op2, op3));
> > XCEXP(note, 4, NOTE) = vector;
>
> Did you update adjust_field_rtx_def in gengtype.c?
>
> Andreas.
>
> --
> Andreas Schwab, schwab@redhat.com
> GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00
> 984E
> "And now for something completely different."
More information about the Gcc
mailing list