[LLVMbugs] [Bug 7341] New: Crashing on structure initialization
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jun 10 00:21:26 PDT 2010
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: unassignedclangbugs at nondot.org
ReportedBy: david.majnemer at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list