[LLVMbugs] [Bug 18263] Empty structs have 4-byte size in "-cxx-abi microsoft" mode

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 23 12:58:41 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=18263

David Majnemer <david.majnemer at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |david.majnemer at gmail.com
         Resolution|---                         |INVALID

--- Comment #2 from David Majnemer <david.majnemer at gmail.com> ---
This is consistent with the layout they provide with the following:

struct A {
  _Bool : 0;
};

cl gives 'A' size 4 in C mode.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140723/47b1371d/attachment.html>


More information about the llvm-bugs mailing list