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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-10-20

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
No I think you are looking into the wrong location.

When a call happens, it pushes a value on the stack aligning the stack that is
incoming into that function.

In the case of GCC 11.3 and above, there is inlining happening.

Reply via email to