<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [-cxx-abi] Wrong class layout in the presence of vbtables/vftables"
   href="http://llvm.org/bugs/show_bug.cgi?id=17816">bug 17816</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>ASSIGNED
           </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 - [-cxx-abi] Wrong class layout in the presence of vbtables/vftables"
   href="http://llvm.org/bugs/show_bug.cgi?id=17816#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [-cxx-abi] Wrong class layout in the presence of vbtables/vftables"
   href="http://llvm.org/bugs/show_bug.cgi?id=17816">bug 17816</a>
              from <span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span></b>
        <pre>Fixed in r202457:

*** Dumping AST Record Layout
   0 | struct F
   0 |   struct E (primary base)
   0 |     (E vftable pointer)
   4 |     (E vbtable pointer)
   8 |     int e
  12 |   struct D (base)
  12 |     (D vbtable pointer)
  16 |     int d
  20 |   int f
  24 |   struct C (virtual base)
  24 |     int c
  28 |   struct A (virtual base)
  28 |     int a
  32 |   struct B (virtual base)
  32 |     int b
     | [sizeof=36, align=4
     |  nvsize=24, nvalign=4]</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>