[Issue 4990] New: Internal error "e2ir.c 4629" when trying to foreach over a compile time assoc array
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 4 12:13:03 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4990
Summary: Internal error "e2ir.c 4629" when trying to foreach
over a compile time assoc array
Product: D
Version: D2
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: juanjux at gmail.com
--- Comment #0 from Juanjo Alvarez <juanjux at gmail.com> 2010-10-04 12:12:43 PDT ---
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) {}
}
--
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