http://llvm.org/bugs/show_bug.cgi?id=7341
Summary: Crashing on structure initialization
Product: clang
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
The following code crashes clang by blowing an assert in
ConstStructBuilder::BuildStruct:
struct foo {
int : 9;
int a : 1;
} bar = { 0 };
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs