[LLVMbugs] [Bug 18476] New: [-cxx-abi microsoft] clang crashes during codegen, "Type size mismatch!" assertion fires
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 14 11:17:58 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18476
Bug ID: 18476
Summary: [-cxx-abi microsoft] clang crashes during codegen,
"Type size mismatch!" assertion fires
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: david.majnemer at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
struct A {};
struct B {
long long Field;
};
struct C : public A, public B {};
struct D : public A, public B {};
struct E : public B {};
#pragma pack(push, 4)
struct __declspec(align(32)) F : public E, public B, public C, public D {};
#pragma pack(pop)
F x;
--
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/20140114/f7c361c4/attachment.html>
More information about the llvm-bugs
mailing list