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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-reduction             |

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
But we don't really need to dynamically realign anything in this case as there
are is nothing on the stack that needs 32-byte alignment, but there is
something that needs 16-byte alignment and so the frame size needs to be a
multiple of 16 like it is if there would be a call.

Reply via email to