Re: [035/nnn] poly_int: expand_debug_expr

2017-12-05 Thread Jeff Law
On 10/23/2017 11:14 AM, Richard Sandiford wrote: > This patch makes expand_debug_expr track polynomial memory offsets. > It simplifies the handling of the case in which the reference is not > to the first byte of the base, which seemed non-trivial enough to > make it worth splitting out as a separa

[035/nnn] poly_int: expand_debug_expr

2017-10-23 Thread Richard Sandiford
This patch makes expand_debug_expr track polynomial memory offsets. It simplifies the handling of the case in which the reference is not to the first byte of the base, which seemed non-trivial enough to make it worth splitting out as a separate patch. 2017-10-23 Richard Sandiford A