Thread overview
[Issue 24836] struct return by hidden struct arg does not need copy to become an rvalue
Oct 26, 2024
Walter Bright
Oct 27, 2024
Dlang Bot
Oct 29, 2024
Dlang Bot
October 26, 2024
https://issues.dlang.org/show_bug.cgi?id=24836

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=9666
                 OS|Windows                     |All

--
October 27, 2024
https://issues.dlang.org/show_bug.cgi?id=24836

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #17033 "fix bugzilla Issue 24836 - struct return by hidden struct arg does no…" fixing this issue:

- fix bugzilla Issue 24836 - struct return by hidden struct arg does not need copy to become an rvalue

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

--
October 29, 2024
https://issues.dlang.org/show_bug.cgi?id=24836

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 #17033 "fix bugzilla Issue 24836 - struct return by hidden struct arg does no…" was merged into master:

- 252291627196b0bcc9bc836bf94ad4adb2c46e5a by Walter Bright:
  fix bugzilla Issue 24836 - struct return by hidden struct arg does not need
copy to become an rvalue

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

--