Re: [PATCH] Fix memory leak introduced in r238336

2016-07-25 Thread Richard Biener
On Mon, Jul 25, 2016 at 10:58 AM, Martin Liška wrote: > Hi. > > This is quite obvious change. > > I've been waiting for bootstrap and regression tests on ppc64le-redhat-linux. > Ready after it finishes? Ok. Richard. > Martin

[PATCH] Fix memory leak introduced in r238336

2016-07-25 Thread Martin Liška
x memory leak introduced in r238336 gcc/ChangeLog: 2016-07-22 Martin Liska * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array. --- gcc/tree-ssa-loop-niter.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter