Re: [043/nnn] poly_int: frame allocations

2017-12-05 Thread Jeff Law
On 10/23/2017 11:18 AM, Richard Sandiford wrote: > This patch converts the frame allocation code (mostly in function.c) > to use poly_int64 rather than HOST_WIDE_INT for frame offsets and > sizes. > > > 2017-10-23 Richard Sandiford > Alan Hayward

[043/nnn] poly_int: frame allocations

2017-10-23 Thread Richard Sandiford
This patch converts the frame allocation code (mostly in function.c) to use poly_int64 rather than HOST_WIDE_INT for frame offsets and sizes. 2017-10-23 Richard Sandiford Alan Hayward David Sherwood