------- Comment #6 from jamborm at gcc dot gnu dot org  2009-07-28 20:14 -------
When I move "e->inline_failed = CIF_OK" in cgraph_mark_inline_edge()
until after call to cgraph_clone_inlined_nodes(), the endless
recursion goes away.  However, I now get an assert in
cgraph_estimate_size_after_inlining because the calculated size
overflows... thus I'm looking at where the sizes grow so grossly.


-- 


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

Reply via email to