[LLVMbugs] [Bug 2101] New: Assertion failure in codegen
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Feb 26 14:32:12 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=2101
Summary: Assertion failure in codegen
Product: clang
Version: unspecified
Platform: PC
OS/Version: NetBSD
Status: NEW
Severity: normal
Priority: P2
Component: LLVM Codegen
AssignedTo: unassignedbugs at nondot.org
ReportedBy: neil at daikokuya.co.uk
CC: llvmbugs at cs.uiuc.edu
The following aborts with -emit-llvm:
typedef struct { unsigned int i: 1; } c;
const c d = { 1 };
--
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