[LLVMbugs] [Bug 1997] New: Cannot codegen simple initializer
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Feb 8 19:14:22 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=1997
Summary: Cannot codegen simple initializer
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
typedef struct
{
unsigned int line_number;
} c_coords;
void foo (void)
{
c_coords coords = { 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