<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 21/09/12 17:33, João Matos wrote:<br>
    </div>
    <blockquote
cite="mid:CAMUQZZFB-OKtE89+RgpGL--A-cBC3m6bXhUeuBn1kydCsDgwrw@mail.gmail.com"
      type="cite">What is the status on this?
      <div><br>
      </div>
      <div>I just checked with trunk, and can verify the behavior Don is
        seeing.</div>
      <div><br>
      </div>
      <div>
        <div>*** Dumping AST Record Layout</div>
        <div>   0 | struct DoubleInPolymorphicStruct</div>
        <div>   0 |   (DoubleInPolymorphicStruct vtable pointer)</div>
        <div>   0 |   (DoubleInPolymorphicStruct vftable pointer)</div>
        <div>   4 |   int a</div>
        <div>   8 |   double b</div>
        <div>  sizeof=16, dsize=16, align=8</div>
        <div>
            nvsize=16, nvalign=8</div>
      </div>
      <div><br>
      </div>
      <div>What test case did you use Dmitry?</div>
      <br>
    </blockquote>
    Hi.<br>
    Test case similar with Don example.<br>
    I used -Xclang -cxx-abi -Xclang microsoft 1.cpp -Xclang
    -fdump-record-layouts,<br>
    but the right way is -Xclang -cxx-abi -Xclang microsoft  -Xclang <u><b>-triple=i686-pc-win32</b></u>
    1.cpp -Xclang -fdump-record-layouts.<br>
    So the issue is still alive.<br>
    Anybody work on it?<br>
    <br>
    -Dmitry Sokolov.<br>
  </body>
</html>