https://issues.dlang.org/show_bug.cgi?id=21950

Dlang Bot <[email protected]> changed:

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

--- Comment #2 from Dlang Bot <[email protected]> ---
dlang/dmd pull request #13179 "Fix 21950: Rewrite function calls depending on
noreturn arguments " was merged into stable:

- 783821f852836d3acd4fd815b1ef8f2161f33010 by MoonlightSentinel:
  Fix 21950: Rewrite function calls depending on noreturn arguments

  Replaces the function call with the evaluation of the arguments up to
  the first `noreturn` parameter. The remaining arguments / the function
  call will never be executed anyways and the backend cannot handle
  noreturn parameters.

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

--

Reply via email to