[PATCH] Fix bug in vect dumping code causing infinite loop

2014-02-03 Thread Teresa Johnson
This patch fixes a bug in the dumping code, whereby an inner loop index variable was the same as the outer loop index variable, and the redef caused an infinite loop. Bootstrapped and tested on x86_64-unknown-linux-gnu. Ok for trunk? 2014-02-03 Teresa Johnson tejohn...@google.com *

Re: [PATCH] Fix bug in vect dumping code causing infinite loop

2014-02-03 Thread Richard Biener
On Mon, Feb 3, 2014 at 4:29 PM, Teresa Johnson tejohn...@google.com wrote: This patch fixes a bug in the dumping code, whereby an inner loop index variable was the same as the outer loop index variable, and the redef caused an infinite loop. Bootstrapped and tested on