[Issue 20143] ICE in optimizer on real 0/0 returned as double
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jun 8 00:10:35 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=20143
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #14192 "Fix Issue 20143 - Backend constant folding did
not support division b…" was merged into stable:
- 7e2ca1ba2f849ad4a1670ff351702a2806dfd89a by mhh:
Fix Issue 20143 - Backend constant folding did not support division by real.
This involved simply adding the correct case to the grand olde switch
statement that does the evalu8tion
https://github.com/dlang/dmd/pull/14192
--
More information about the Digitalmars-d-bugs
mailing list