[LLVMbugs] [Bug 4108] New: can't codegen compound literal init
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Apr 29 17:14:54 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4108
Summary: can't codegen compound literal init
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: LLVM Codegen
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: clattner at apple.com
CC: llvmbugs at cs.uiuc.edu
We output "t.c:3:16: error: cannot compile this static initializer yet"
struct x { int a, b; };
const struct x Init = (struct x){0, 0};
Just a random thing I noticed
--
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