<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Local label in inline assembly"
   href="https://llvm.org/bugs/show_bug.cgi?id=18338">bug 18338</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Local label in inline assembly"
   href="https://llvm.org/bugs/show_bug.cgi?id=18338#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Local label in inline assembly"
   href="https://llvm.org/bugs/show_bug.cgi?id=18338">bug 18338</a>
              from <span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span></b>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>