<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Struct / union sizes being calculated incorrectly"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91556#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Struct / union sizes being calculated incorrectly"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91556">bug 91556</a>
              from <span class="vcard"><a class="email" href="mailto:edb+freedesktop@sigluy.net" title="Serge Martin <edb+freedesktop@sigluy.net>"> <span class="fn">Serge Martin</span></a>
</span></b>
        <pre>getTypeAllocSize is making the rounding :

00388   uint64_t getTypeAllocSize(Type *Ty) const {
00389     // Round up to the next alignment boundary.
00390     return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
00391   }</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>