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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs