[Issue 23514] Incorrect compilation when adding a 64-bit constant to a link-time address
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 27 08:47:34 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23514
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
@zyedidia updated dlang/dmd pull request #14657 "Fix issue 23514 - Incorrect
compilation when adding a 64-bit constant to a link-time address" fixing this
issue:
- Fix issue 23514 - Incorrect compilation when adding a 64-bit constant to a
link-time address
The current cast to int causes a loss of precision, which can result in
incorrect compilation.
https://github.com/dlang/dmd/pull/14657
--
More information about the Digitalmars-d-bugs
mailing list