[Issue 5440] New: ICE(template.c): when struct AssociativeArray is missing from object.d
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 9 11:54:13 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5440
Summary: ICE(template.c): when struct AssociativeArray is
missing from object.d
Product: D
Version: D2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: ibuclaw at ubuntu.com
--- Comment #0 from Iain Buclaw <ibuclaw at ubuntu.com> 2011-01-09 11:52:28 PST ---
Example to reproduce is to comment out the struct in object.d and try
compiling:
int[int] foo;
foreach(k; foo.keys) {}
Regards
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list