Re: [PATCH] Fix memory leak in tree_estimate_loop_size (PR middle-end/56461)

2013-03-04 Thread Richard Biener
On Fri, 1 Mar 2013, Jakub Jelinek wrote: > Hi! > > path vector has been only released when return false; later in the function, > but not in this case. Bootstrapped/regtested on x86_64-linux and > i686-linux, ok for trunk? Ok. Thanks, Richard. > 2013-03-01 Jakub Jelinek > > PR middl

Re: [PATCH] Fix memory leak in tree_estimate_loop_size (PR middle-end/56461)

2013-03-01 Thread Jeff Law
On 03/01/2013 01:18 PM, Jakub Jelinek wrote: Hi! path vector has been only released when return false; later in the function, but not in this case. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2013-03-01 Jakub Jelinek PR middle-end/56461 * tree-ssa-l

[PATCH] Fix memory leak in tree_estimate_loop_size (PR middle-end/56461)

2013-03-01 Thread Jakub Jelinek
Hi! path vector has been only released when return false; later in the function, but not in this case. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2013-03-01 Jakub Jelinek PR middle-end/56461 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Releas