Thread overview
[Issue 20906] unnecessary divide-by-zero errors when constant folding short circuits
Jun 08, 2020
Dlang Bot
Jun 09, 2020
Dlang Bot
Jun 16, 2020
Dlang Bot
June 08, 2020
https://issues.dlang.org/show_bug.cgi?id=20906

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 #11252 "fix Issue 20906 - unnecessary divide-by-zero errors when constant fol…" fixing this issue:

- fix Issue 20906 - unnecessary divide-by-zero errors when constant folding short circuits

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/druntime pull request #3130 "workaround Issue 20906 - unnecessary divide-by-zero errors when const…" mentioning this issue:

- workaround Issue 20906 - unnecessary divide-by-zero errors when constant folding short circuits

https://github.com/dlang/druntime/pull/3130

--
June 16, 2020
https://issues.dlang.org/show_bug.cgi?id=20906

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11252 "fix Issue 20906 - unnecessary divide-by-zero errors when constant fol…" was merged into master:

- 25e34d5edab438dfd31185c5f0619d145e335805 by Walter Bright:
  fix Issue 20906 - unnecessary divide-by-zero errors when constant folding
short circuits

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

--