On Fri, Aug 02, 2002 at 01:02:26PM +0200, Lars Brinkhoff wrote: > If I insert the same checks against final_regno as are made to > REGNO (op), everything seems to be fine. Is this the right thing > to do? No. If the frame pointer isn't being used, then gen_reg_RTX isn't supposed to return frame_pointer_rtx. r~