Thread overview
[Issue 6166] Named return value optimization not dealt with in inline assembler
Aug 28, 2020
Dlang Bot
Aug 28, 2020
Walter Bright
Aug 28, 2020
Dlang Bot
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=6166

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
August 28, 2020
https://issues.dlang.org/show_bug.cgi?id=6166

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 #11636 "fix Issue 6166 - Named return value optimization not dealt with in in…" fixing this issue:

- fix Issue 6166 - Named return value optimization not dealt with in inline assembler

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

--
August 28, 2020
https://issues.dlang.org/show_bug.cgi?id=6166

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

--
August 28, 2020
https://issues.dlang.org/show_bug.cgi?id=6166

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 #11636 "fix Issue 6166 - Named return value optimization not dealt with in in…" was merged into master:

- 75cb72d9c4d305c28bde1afcdebebbe44323f127 by Walter Bright:
  fix Issue 6166 - Named return value optimization not dealt with in inline
assembler

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

--