Thread overview
[Issue 20963] wrong code for cast(double)anUlong
Jul 09, 2020
Dlang Bot
Jul 12, 2020
Dlang Bot
June 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20963

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

--
July 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20963

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11393 "fix Issue 20963 - wrong code for cast(double)anUlong" fixing this issue:

- fix Issue 20963 - wrong code for cast(double)anUlong

https://github.com/dlang/dmd/pull/11393

--
July 12, 2020
https://issues.dlang.org/show_bug.cgi?id=20963

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11393 "fix Issue 20963 - wrong code for cast(double)anUlong" was merged into master:

- 5d34dfd08ebd0c41a9332ed67a857bdfe00e528c by Walter Bright:
  fix Issue 20963 - wrong code for cast(double)anUlong

https://github.com/dlang/dmd/pull/11393

--