On 10/23/2017 11:09 AM, Richard Sandiford wrote: > This patch makes store_field and related routines use poly_ints > for bit positions and sizes. It keeps the existing choices > between signed and unsigned types (there are a mixture of both). > > > 2017-10-23 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * expr.c (store_constructor_field): Change bitsize from a > unsigned HOST_WIDE_INT to a poly_uint64 and bitpos from a > HOST_WIDE_INT to a poly_int64. > (store_constructor): Change size from a HOST_WIDE_INT to > a poly_int64. > (store_field): Likewise bitsize and bitpos.
OK jeff