https://llvm.org/bugs/show_bug.cgi?id=18338

Eric Christopher <echri...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Eric Christopher <echri...@gmail.com> ---
Appears to be fixed:

dzur:~/tmp> clang++ -c foo.c -target x86_64-windows-msvc -S -o -
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is
deprecated
    .text
    .def     "?asm_inline@@YA_NXZ";
    .scl    2;
    .type    32;
    .endef
    .globl    "?asm_inline@@YA_NXZ"
    .align    16, 0x90
"?asm_inline@@YA_NXZ":                  # @"\01?asm_inline@@YA_NXZ"
.Ltmp0:
.seh_proc "?asm_inline@@YA_NXZ"
# BB#0:
    pushq    %rax
.Ltmp1:
    .seh_stackalloc 8
.Ltmp2:
    .seh_endprologue
    #APP

    jmp    .L__MSASMLABEL_.0__done
.L__MSASMLABEL_.0__done:

    #NO_APP
    movb    7(%rsp), %al
    andb    $1, %al
    popq    %rdx
    retq
.Ltmp3:
    .seh_endproc

    .def     "?asm_inline_1@@YA_NXZ";
    .scl    2;
    .type    32;
    .endef
    .globl    "?asm_inline_1@@YA_NXZ"
    .align    16, 0x90
"?asm_inline_1@@YA_NXZ":                # @"\01?asm_inline_1@@YA_NXZ"
.Ltmp4:
.seh_proc "?asm_inline_1@@YA_NXZ"
# BB#0:
    pushq    %rax
.Ltmp5:
    .seh_stackalloc 8
.Ltmp6:
    .seh_endprologue
    #APP

    jmp    .L__MSASMLABEL_.1__done
.L__MSASMLABEL_.1__done:

    #NO_APP
    movb    7(%rsp), %al
    andb    $1, %al
    popq    %rdx
    retq
.Ltmp7:
    .seh_endproc

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to