Thread overview
[Issue 23710] [REG master] Reachable code inside an 'if (false)' block no longer gets codegen
Feb 15, 2023
Iain Buclaw
Feb 26, 2023
Dlang Bot
Feb 26, 2023
Dlang Bot
February 15, 2023
https://issues.dlang.org/show_bug.cgi?id=23710

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Regression introduced by https://github.com/dlang/dmd/pull/14830

--
February 26, 2023
https://issues.dlang.org/show_bug.cgi?id=23710

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14916 "fix Issue 23710 - [REG master] Reachable code inside an 'if (false)' …" fixing this issue:

- fix Issue 23710 - [REG master] Reachable code inside an 'if (false)' block no
longer gets codegen

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

--
February 26, 2023
https://issues.dlang.org/show_bug.cgi?id=23710

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 #14916 "fix Issue 23710 - [REG master] Reachable code inside an 'if (false)' …" was merged into master:

- 666dda60a56fa831d0bdf3db61845ea2a573d6dd by Walter Bright:
  fix Issue 23710 - [REG master] Reachable code inside an 'if (false)' block no
longer gets codegen

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

--