Bug 7575 – [ICE] with possible forward reference error

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2012-02-24T11:10:00Z
Last change time
2012-04-20T04:33:01Z
Assigned to
nobody
Creator
bearophile_hugs

Comments

Comment #0 by bearophile_hugs — 2012-02-24T11:10:24Z
D2 code: struct Foo { Spam x; alias int[int] Spam; Spam bar() { return x; } } void main() { foreach (y; Foo().bar()) {} } DMD 2.059head crashes.
Comment #1 by lovelydear — 2012-04-20T01:52:56Z
Compiles successfully on 2.059 Win32