https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89768
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Apr 30 20:50:18 2019 New Revision: 270736 URL: https://gcc.gnu.org/viewcvs?rev=270736&root=gcc&view=rev Log: Backported from mainline 2019-03-19 Jakub Jelinek <ja...@redhat.com> PR rtl-optimization/89768 * loop-unroll.c (unroll_loop_constant_iterations): Use gen_int_mode instead of GEN_INT. (unroll_loop_runtime_iterations): Likewise. Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/loop-unroll.c