Fix off by one error in loop-unroll.c (PR rtl-optimization/82675).
commite1592442d134700707f3999c962c49e14be0891b
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Dec 2017 13:20:07 +0000 (19 13:20 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Dec 2017 13:20:07 +0000 (19 13:20 +0000)
tree9d3681d44ed6fb432c4644a795f6c9f0de241d1e
parentd494b4fbdbd7dfedfed5912aa81b4c51fb9d8a7d
Fix off by one error in loop-unroll.c (PR rtl-optimization/82675).

2017-12-19  Martin Liska  <mliska@suse.cz>

PR rtl-optimization/82675
* loop-unroll.c (unroll_loop_constant_iterations): Allocate one
more element in sbitmap.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255818 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/loop-unroll.c