This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: EH Regression
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: EH Regression
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 8 Aug 2001 11:52:20 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <145120000.997294044@gandalf.codesourcery.com>
On Wed, Aug 08, 2001 at 11:07:24AM -0700, Mark Mitchell wrote:
> XEXP (note, 1) = GEN_INT (fixup->u.fixup.real_region->region_number);
>
> I'm guessing that should be XEXP (note, 0); otherwise, we are
> clobberring the next pointer in the note.
Doh! Yes indeed.
r~