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~