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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |ipa
                 CC|                            |hubicka at gcc dot gnu.org,
                   |                            |jamborm at gcc dot gnu.org,
                   |                            |marxin at gcc dot gnu.org
           Keywords|                            |missed-optimization

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
t.ii:7:49: missed:   will not early inline: int
f1()/2->f1()::<lambda(auto:1&&)> [with auto:1 = int (A::*)(int)]/1, growth 14
exceeds --param early-inlining-insns

the lambda is only IPA inlined which is then too late to figure the member
function inlining.  Maybe this is sth for IPA-CP?

Reply via email to