← Back to index
|
Original Bugzilla link
Bug 7193 – Regression(2.058head): ICE: delete lambda expression crashes dmd
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-01-01T02:44:00Z
Last change time
2012-01-03T14:47:22Z
Keywords
ice-on-invalid-code, patch
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2012-01-01T02:44:35Z
Following code crashes dmd. void main() { delete a => a; } Output: test.d(5): Error: __lambda2 is not an lvalue ((crash))
Comment #1
by k.hara.pg — 2012-01-01T03:00:35Z
https://github.com/D-Programming-Language/dmd/pull/593