http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58332
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2013-09-06 Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> --- Hmm, indeed, it is a latent problem that we inlined into !optimize function. I suppose all calls should be marged as uninlinable when this happens and we are not early inlining. I will look into that.