Re: [022/nnn] poly_int: C++ bitfield regions

2017-12-05 Thread Jeff Law
On 10/23/2017 11:08 AM, Richard Sandiford wrote: > This patch changes C++ bitregion_start/end values from constants to > poly_ints. Although it's unlikely that the size needs to be polynomial > in practice, the offset could be with future language extensions. > > > 2017-10-23 Richard Sandiford

[022/nnn] poly_int: C++ bitfield regions

2017-10-23 Thread Richard Sandiford
This patch changes C++ bitregion_start/end values from constants to poly_ints. Although it's unlikely that the size needs to be polynomial in practice, the offset could be with future language extensions. 2017-10-23 Richard Sandiford Alan Hayward