[PATCH] Fix PR65494

2015-03-23 Thread Richard Biener
This fixes PR65494 - I don't remember why I re-allocated matches before recursing into operands. But that at least breaks backtracking. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. Richard. 2015-03-23 Richard Biener rguent...@suse.de PR tree-optimization/65494

Re: [PATCH] Fix PR65494

2015-03-23 Thread H.J. Lu
On Mon, Mar 23, 2015 at 5:42 AM, Richard Biener rguent...@suse.de wrote: This fixes PR65494 - I don't remember why I re-allocated matches before recursing into operands. But that at least breaks backtracking. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. Richard.