[Bug rtl-optimization/89768] [7 Regression] ICE in compare_and_jump_seq at loop-unroll.c:838

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89768

Jakub Jelinek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Jakub Jelinek  ---
Fixed.

[Bug rtl-optimization/89768] [7 Regression] ICE in compare_and_jump_seq at loop-unroll.c:838

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89768

--- Comment #8 from Jakub Jelinek  ---
Author: jakub
Date: Fri Aug 30 12:27:50 2019
New Revision: 275137

URL: https://gcc.gnu.org/viewcvs?rev=275137=gcc=rev
Log:
Backported from mainline
2019-03-19  Jakub Jelinek  

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-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/loop-unroll.c

[Bug rtl-optimization/89768] [7 Regression] ICE in compare_and_jump_seq at loop-unroll.c:838

2019-05-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89768

Jakub Jelinek  changed:

   What|Removed |Added

  Known to work||8.3.1, 9.0
Summary|[7/8 Regression] ICE in |[7 Regression] ICE in
   |compare_and_jump_seq at |compare_and_jump_seq at
   |loop-unroll.c:838   |loop-unroll.c:838
  Known to fail|9.0 |

--- Comment #7 from Jakub Jelinek  ---
Fixed for 8.4+ too.