On Thu, May 1, 2014 at 4:50 PM, Richard Sandiford
wrote:
> bootstrap-asan failed on wide-int from what looks like a typo in
> compute_ltrans_boundary. The first loop uses the function-wide "node"
> variable while the second loop uses a local "vnode" variable. The problem
> was that the second lo
bootstrap-asan failed on wide-int from what looks like a typo in
compute_ltrans_boundary. The first loop uses the function-wide "node"
variable while the second loop uses a local "vnode" variable. The problem
was that the second loop also had a reference to "node".
The patch below gets me past t