[Bug rtl-optimization/98271] ICE in apply_scale, at profile-count.h:1082 with large --param=align-loop-iterations

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Dec 14 16:33:13 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98271

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
All params we have are of int type:

#ifdef GENERATOR_FILE
extern int param_align_loop_iterations;
#else
  int x_param_align_loop_iterations;
#define param_align_loop_iterations
global_options.x_param_align_loop_iterations


More information about the Gcc-bugs mailing list