On 10/23/2017 11:21 AM, Richard Sandiford wrote: > This patch uses poly_int64 for: > > - ira_reuse_stack_slot > - ira_mark_new_stack_slot > - ira_spilled_reg_stack_slot::width > > all of which are part of the IRA/reload interface. > > > 2017-10-23 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * ira-int.h (ira_spilled_reg_stack_slot::width): Change from > an unsigned int to a poly_uint64. > * ira.h (ira_reuse_stack_slot, ira_mark_new_stack_slot): Take the > sizes as poly_uint64s rather than unsigned ints. > * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): > Likewise. OK Jeff