http://d.puremagic.com/issues/show_bug.cgi?id=5214
Summary: Compiler crash with array of empty {}
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2010-11-13 14:43:21 PST ---
This D2 program crashes DMD 2.050:
auto foos = [{}];
void main() {}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------