[LLVMbugs] [Bug 18437] New: [-cxx-abi microsoft] Assertion fired: Could not place field even with packed struct!
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 9 21:38:40 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18437
Bug ID: 18437
Summary: [-cxx-abi microsoft] Assertion fired: Could not place
field even with packed struct!
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
consider:
struct A {};
struct B {};
struct C : virtual B, virtual A {};
struct E {
C a[2];
int b;
};
E x;
compile with:
clang++ -cc1 -cxx-abi microsoft -triple i386-pc-win32 different.cpp -fno-rtti
-emit-llvm -S -o -
--
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/20140110/9aa987ab/attachment.html>
More information about the llvm-bugs
mailing list