Thread overview
[Issue 21525] Spurious "copying &... into allocated memory escapes a reference to parameter variable" with associative array iteration
Feb 01, 2021
Dlang Bot
Dec 17, 2022
Iain Buclaw
Feb 28, 2023
RazvanN
February 01, 2021
https://issues.dlang.org/show_bug.cgi?id=21525

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #12173 "Fix Issue 21525 - Spurious copying into allocated memory escapes a re…" fixing this issue:

- Fix Issue 21525 - Spurious copying into allocated memory escapes a reference to parameter variable with associative array iteration

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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21525

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1

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

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
I cannot reproduce this. I think it has been fixed.

--