[Bug tree-optimization/55927] FAIL: g++.dg/ipa/devirt-10.C -std=gnu++11 scan-ipa-dump-times inline "Discovered a virtual call to a known target" 1

jamborm at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 23 17:56:00 GMT 2013


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.



More information about the Gcc-bugs mailing list