http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60315

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |60243

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
We have only 1 billion (!) calls to estimate_calls_size_and_time (and 2 billion
recursions in that function - I suppose callgrind/kcachegrind overflowed the
entry counter even ...).  Also 3 billion calls to evaluate_predicate.

Sth is getting seriously out-of-hands here ;)

That is, it's ultimately called from do_estimate_edge_size (but only 360000
calls here - still a _lot_ for this testcase).

Looks related to what I found in PR60243.

Reply via email to