<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner &lt;rnk&#64;google.com&gt;"> <span class="fn">Reid Kleckner</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed" title="RESOLVED FIXED - don't err on &quot;.att_syntax prefix&quot;" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D18916&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=Km5wvfPxH5I0xmnzG4JKl9qqXOVxUJT8prsWeXCn074&s=HPC06eyJ15gL5917xIVWBRs-D5s1SxnQvG9Yzia_-2k&e=">bug 18916</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>REOPENED
           </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 - don't err on &quot;.att_syntax prefix&quot;" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D18916-23c15&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=Km5wvfPxH5I0xmnzG4JKl9qqXOVxUJT8prsWeXCn074&s=rY3Af51oU9AuQbWk5bU2h46DCLrxcuzoBWzr1li6Gck&e=">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed" title="RESOLVED FIXED - don't err on &quot;.att_syntax prefix&quot;" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D18916&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=Km5wvfPxH5I0xmnzG4JKl9qqXOVxUJT8prsWeXCn074&s=HPC06eyJ15gL5917xIVWBRs-D5s1SxnQvG9Yzia_-2k&e=">bug 18916</a>
              from <span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner &lt;rnk&#64;google.com&gt;"> <span class="fn">Reid Kleckner</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=18916#c8">comment #8</a>)
<span class="quote">> Here is the case with single blob:

> $ cat t.cpp 
> int main() {
>   __asm__ (
>     ".intel_syntax noprefix;"
>     "mov QWORD PTR [%r11+1*8], rdi;"
>     ".att_syntax prefix;"
>   );
>   return 0;
> }</span >

This inline assembly is broken, it uses '%r11' instead of plain 'r11'.

(In reply to <a href="show_bug.cgi?id=18916#c12">comment #12</a>)
<span class="quote">> Crypto++ is affected by this bug.</span >

The prefix / noprefix bug is already fixed.

I'm going to close this as fixed. If there's still an issue, a reduced test
case would be useful. I suspect it will be along the lines of %r11, in which
case it should be a new issue.</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>