http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55927
Martin Jambor <jamborm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot |jamborm at gcc dot gnu.org |gnu.org | --- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> 2013-01-23 17:55:49 UTC --- Uh oh, the testcase checks behavior of indirect inlining but does not turn off early inlining so the input to IPA-CP and inliner differs on platforms (and will potentially change everywhere in future) and this of course leads to different behavior. I will double check that we do not still loose an indirect inlining opportunity somehow and will try to somehow force the early inliner to do the same thing on the testcase everywhere, if possible.