← Back to index
|
Original Bugzilla link
Bug 10419 – Unhandled exception in dmd after correct error message
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-06-19T23:15:00Z
Last change time
2013-06-20T10:57:56Z
Keywords
ice, pull
Assigned to
andrej.mitrovich
Creator
verylonglogin.reg
Comments
Comment #0
by verylonglogin.reg — 2013-06-19T23:15:17Z
--- int[] arr(); void main() { arr().length = 1; } // prints correct error then rises exception ---
Comment #1
by andrej.mitrovich — 2013-06-20T06:40:28Z
https://github.com/D-Programming-Language/dmd/pull/2234
Comment #2
by github-bugzilla — 2013-06-20T10:57:07Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/6122b062857ee7b99ceff23ac484b3f8229b836b
Fixes Issue 10419 - ICE when lvalue check returns false on function return type.
https://github.com/D-Programming-Language/dmd/commit/9dbfafec364194501f44dc017a18d54e06cdf912
Merge pull request #2234 from AndrejMitrovic/Fix10419 Issue 10419 - ICE when lvalue check returns false on function return type