https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55135
--- Comment #32 from Jan Hubicka <hubicka at ucw dot cz> --- > > Honza - you put the finger to it, can't we refactor things so we apply > this update in the caller after all stmts were processed? The clone tree issue should not be too hard to solve. We need to keep the top of tree as a deleted symbol rather then actual inline clone. I plan to take a look. It was I think only inliner related compile time issue I gave up on last stage2 because it was bit exotic. I plan to look into this again soon and also change way we materialize clones at the beggining of build and do that on demand instead. This requires to cleanup some of old logic deciding on when function body is stil needed for compilation. Honza > > -- > You are receiving this mail because: > You are on the CC list for the bug.