<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:compnerd@compnerd.org" title="Saleem Abdulrasool <compnerd@compnerd.org>"> <span class="fn">Saleem Abdulrasool</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - llvm-mc expects a comma in VLD instructions where GCC does not"
   href="http://llvm.org/bugs/show_bug.cgi?id=13802">bug 13802</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 - llvm-mc expects a comma in VLD instructions where GCC does not"
   href="http://llvm.org/bugs/show_bug.cgi?id=13802#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - llvm-mc expects a comma in VLD instructions where GCC does not"
   href="http://llvm.org/bugs/show_bug.cgi?id=13802">bug 13802</a>
              from <span class="vcard"><a class="email" href="mailto:compnerd@compnerd.org" title="Saleem Abdulrasool <compnerd@compnerd.org>"> <span class="fn">Saleem Abdulrasool</span></a>
</span></b>
        <pre>echo "vld2.32{d25[1], d26[1]}, [r0 :32], r1" | llvm-mc -triple thumbv7
<stdin>:1:31: error: alignment must be 64 or omitted
vld2.32{d25[1], d26[1]}, [r0 :32], r1
                              ^
echo "vld2.32{d25[1], d26[1]}, [r0 :64], r1" | llvm-mc -triple thumbv7

        .text
        vld2.32 {d25[1], d26[1]}, [r0:64], r1

Fixed in SVN r175164.</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>