[Bug ipa/92508] [10 Regression] ICE in do_estimate_edge_time, at ipa-inline-analysis.c:223 since r278159

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Nov 15 14:13:00 GMT 2019


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

--- Comment #8 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Aha, that makes sense for sreal it is not sure that
  a == a * 10000 / 10000
and the code was inconsistent about guaring the noop scales.
Thanks for tracking this down! I suppose it would also make sense to
pre-compute 1/10000 and use it instead of divisions.  I will look into it after
fixing other issues.

Honza


More information about the Gcc-bugs mailing list