This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/40570] [4.5 Regression] ICE with recursion at -O3



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]