[LLVMbugs] [Bug 12024] New: Global objects with virtual inheritance trigger assertion
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Feb 16 16:24:24 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=12024
Bug #: 12024
Summary: Global objects with virtual inheritance trigger
assertion
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: C++0x
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: hivemaster at hotmail.de
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 8067
--> http://llvm.org/bugs/attachment.cgi?id=8067
Preprocessed source
The simple testcase below will trigger an assertion IRgen with Clang ToT
(r150739) when compiled with -std=c++0x.
struct B{};
struct D : virtual B{};
D d;
int main(){}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list