← Back to index
|
Original Bugzilla link
Bug 4990 – ICE(e2ir.c 4629) when trying to foreach over a compile time assoc array
Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2010-10-04T12:12:00Z
Last change time
2010-11-22T01:57:08Z
Keywords
ice-on-invalid-code
Assigned to
nobody
Creator
juanjux
Comments
Comment #0
by juanjux — 2010-10-04T12:12:43Z
Minimal test case, using DMD 2.0.49 on Linux (32 bits compiler on a 64 bits machine & OS): enum dict = ["key1": "value1"]; void main() { foreach(key, value; dict) {} }
Comment #1
by clugdbug — 2010-11-22T01:57:08Z
*** This issue has been marked as a duplicate of issue 4460 ***