On Sun, May 11, 2003 at 02:23:09PM +0200, Herman ten Brugge wrote: > +static int hard_regno_call_part_clobbered[FIRST_PSEUDO_REGISTER]; I think you should use HARD_REG_SET instead. r~