← Back to index
|
Original Bugzilla link
Bug 7288 – ICE(toir.c): with lambda return + auto
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2012-01-13T11:59:00Z
Last change time
2012-03-05T12:11:18Z
Keywords
ice, pull
Assigned to
nobody
Creator
bearophile_hugs
Comments
Comment #0
by bearophile_hugs — 2012-01-13T11:59:54Z
auto foo() { int x; return () => { return x; }; } void main() {} DMD 2.058head: Internal error: toir.c 190
Comment #1
by k.hara.pg — 2012-03-05T06:29:06Z
https://github.com/D-Programming-Language/dmd/pull/789
Comment #2
by github-bugzilla — 2012-03-05T11:29:20Z
Commit pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/f12bda6717a8979366f1df07585886ee2e892036
fix Issue 7288 - ICE(toir.c): with lambda return + auto