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

LIU Hao <lh_mouse at 126 dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lh_mouse at 126 dot com

--- Comment #17 from LIU Hao <lh_mouse at 126 dot com> ---
Would you please check whether this is fixed after
https://gcc.gnu.org/g:dea7b9a78b11b5ca0c85b971521144ba07a66aca ?

```
E:\lh_mouse\Desktop>gcc -m32 -march=znver4 -O2 -S -o - test.c
        .file   "test.c"
        .intel_syntax noprefix
        .text
        .p2align 4
        .globl  "_ddraw7_GetCaps@8"
        .def    "_ddraw7_GetCaps@8";    .scl    2;      .type   32;     .endef
"_ddraw7_GetCaps@8":
LFB0:
        .cfi_startproc
        push    ebp
        .cfi_def_cfa_offset 8
        .cfi_offset 5, -8
        vpxor   xmm0, xmm0, xmm0
        mov     ebp, esp
        .cfi_def_cfa_register 5
        and     esp, -16              # <<<<<<<<<<<<<<<<<<<<<<<<<<<
        sub     esp, 412
        lea     eax, [esp+96]
        vmovdqu XMMWORD PTR [esp+12], xmm0
``

Reply via email to