On Tue, Dec 19, 2017 at 8:56 AM, Martin Liška <[email protected]> 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 installed?
Ok. > Martin > > gcc/ChangeLog: > > 2017-11-08 Martin Liska <[email protected]> > > PR rtl-optimization/82675 > * loop-unroll.c (unroll_loop_constant_iterations): Allocate one > more element in sbitmap. > --- > gcc/loop-unroll.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >
