Re: [PATCH] Fix off by one error in loop-unroll.c (PR rtl-optimization/82675).

2017-12-19 Thread Richard Biener
On Tue, Dec 19, 2017 at 8:56 AM, Martin Liška wrote: > Hello. > > Following patch fixes off by one in loop unroller where wont_exit has > not enough elements that are later on asked for. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be

[PATCH] Fix off by one error in loop-unroll.c (PR rtl-optimization/82675).

2017-12-18 Thread Martin Liška
Hello. Following patch fixes off by one in loop unroller where wont_exit has not enough elements that are later on asked for. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2017-11-08 Martin Liska