November 28, 2019
https://issues.dlang.org/show_bug.cgi?id=20420

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@SSoulaimane created dlang/dmd pull request #10627 "Fix issue 20420 - some expressions are missed during by the inliner" fixing this issue:

- Fix issue 20420 - some expressions are missed during by the inliner

  The destructor expression for variable declaration is not scanned, as well as
the arguments prefix for the new expression.

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

--
November 29, 2019
https://issues.dlang.org/show_bug.cgi?id=20420

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 #10627 "Fix issue 20420 - some expressions are missed during by the inliner" was merged into stable:

- c9e5c495cba0c629193b8417215b0d3622a82ef3 by سليمان السهمي  (Suleyman Sahmi):
  Fix issue 20420 - some expressions are missed during by the inliner

  The destructor expression for variable declaration is not scanned, as well as
the arguments prefix for the new expression.

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

--