[cfe-dev] double/virtual offsets for MSVC broken in 3.1

João Matos ripzonetriton at gmail.com
Fri Sep 21 06:33:57 PDT 2012


What is the status on this?

I just checked with trunk, and can verify the behavior Don is seeing.

*** Dumping AST Record Layout
   0 | struct DoubleInPolymorphicStruct
   0 |   (DoubleInPolymorphicStruct vtable pointer)
   0 |   (DoubleInPolymorphicStruct vftable pointer)
   4 |   int a
   8 |   double b
  sizeof=16, dsize=16, align=8
  nvsize=16, nvalign=8

What test case did you use Dmitry?


On Mon, Sep 3, 2012 at 6:13 PM, Don Williamson <don.williamson at yahoo.com>wrote:

>
> Sorry, I've been offline for the last few days.  Is this x86 or x64?
>
> Cheers,
> - Don
>
>   ------------------------------
> *From:* r4start <r4start at gmail.com>
>
> *To:* Don Williamson <don.williamson at yahoo.com>
> *Cc:* cfe-dev <cfe-dev at cs.uiuc.edu>
> *Sent:* Friday, August 31, 2012 1:25 PM
>
> *Subject:* Re: [cfe-dev] double/virtual offsets for MSVC broken in 3.1
>
> Hi, all.
>
> Can anybody tell me about patch status?
> Today I download svn trunk and compile Don`s example. Here what I got:
> *** Dumping AST Record Layout
>   0 | struct d
>   0 |  (d vftable pointer)
>   8 |  int a
>   16 |  double dd
>   sizeof=24, dsize=24, align=8
>   nvsize=24, nvalign=8
>
> But I didn`t see commits fixing this issue.
>
> Thanks in advanse,
> Dmitry Sokolov.
>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>


-- 
João Matos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120921/49e8d986/attachment.html>


More information about the cfe-dev mailing list