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

programmerjake at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |programmerjake at gmail dot com

--- Comment #10 from programmerjake at gmail dot com ---
(In reply to bouanto from comment #9)
> Does gcc provide a way to specify whether the stack should be aligned
> properly, or is it done automatically, or should it be specified manually in
> asm_template with a string like ".align 32"?

using ".align 32" in the assembly string would align the machine code instead
of the stack, so that's probably not what you want.

>From what I understand, gcc doesn't currently provide a way to align the stack
for inline assembly even in C.

Reply via email to