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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #5)
> Or better yet decide whether to walk the initializers or not based on
> !gimple_body (fndecl) && !fun->cfg ?

or make the flag a tri-state and if we compute it before (during the 
tree-inline.c walk) then set it from there to avoid redundant work.

Reply via email to