← Back to index
|
Original Bugzilla link
Bug 19895 – Floating point exception casting zero length array
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2019-05-23T16:51:27Z
Last change time
2019-05-24T00:21:20Z
Keywords
pull
Assigned to
No Owner
Creator
Yuxuan Shui
Comments
Comment #0
by yshuiv7 — 2019-05-23T16:51:27Z
https://run.dlang.io/is/J0XIcF
Comment #1
by yshuiv7 — 2019-05-23T17:12:59Z
Slightly reduced: void fn() { void[] a ; auto b = cast(byte[0][]) a; }
Comment #2
by dlang-bot — 2019-05-23T22:31:13Z
@kubo39 created dlang/dmd pull request #9856 "Fix Issue 19895 - Floating point exception casting zero length array" fixing this issue: - Fix Issue 19895 - Floating point exception casting zero length array
https://github.com/dlang/dmd/pull/9856
Comment #3
by dlang-bot — 2019-05-24T00:21:20Z
dlang/dmd pull request #9856 "Fix Issue 19895 - Floating point exception casting zero length array" was merged into stable: - 25b6ff6487f3cdb8b984dee90ded33ef1b244bda by Hiroki Noda: Fix Issue 19895 - Floating point exception casting zero length array
https://github.com/dlang/dmd/pull/9856