June 08, 2022
https://issues.dlang.org/show_bug.cgi?id=19285

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@maxhaton created dlang/dmd pull request #14195 "Fix Issue 19285 - False GC positive caused by AddressOf inside typeof…" fixing this issue:

- Fix Issue 19285 - False GC positive caused by AddressOf inside typeof polluting global semantic state.

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

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

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 #14195 "Fix Issue 19285 - False GC positive caused by AddressOf inside typeof…" was merged into master:

- b06afb8bfebbb31d675171c7e7840bf0d40155e0 by mhh:
  Fix Issue 19285 - False GC positive caused by AddressOf inside typeof
polluting global semantic state.

  This patch also adds a new method isFromSpeculativeSemanticContext
  to the Scope struct to avoid repition of this logic in the compiler.

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

--