Re: RFA: Fix possible typo in lto-cgraph.c

2014-05-05 Thread Richard Biener
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

RFA: Fix possible typo in lto-cgraph.c

2014-05-01 Thread Richard Sandiford
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