On 10/23/2017 11:13 AM, Richard Sandiford wrote: > This patch changes the bitpos argument to pointer_may_wrap_p from > HOST_WIDE_INT to poly_int64. A later patch makes the callers track > polynomial offsets. > > > 2017-10-23 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * fold-const.c (pointer_may_wrap_p): Take the offset as a > HOST_WIDE_INT rather than a poly_int64. OK. jeff