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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |NEW
                 CC|                            |ebotcazou at gcc dot gnu.org
            Summary|Request for 32-byte stack   |Request for minimal 32-byte
                   |alignment with -mavx on     |stack alignment with -mavx
                   |Windows                     |on 64-bit Windows

--- Comment #17 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Moving again to NEW.  Clang does indeed realign the stack a la GCC, which is OK
in simple cases like this with SEH, i.e. when no DRAP is required (MSVC does
things totally backwards, since it realigns the frame instead of the stack but
we just cannot do that in GCC).

Reply via email to