https://issues.dlang.org/show_bug.cgi?id=19285
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
