https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123848
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
Status|UNCONFIRMED |RESOLVED
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Yes it looks like LLVM still does not do recursive inlining .
https://github.com/llvm/llvm-project/issues/20528 .
So which case this is more about -O2 and recursive inlining so a dup of bug
95492.
Marking inet_csk as noinline fixes the recursive inlining as a workaround.
*** This bug has been marked as a duplicate of bug 95492 ***