March 24, 2019
https://issues.dlang.org/show_bug.cgi?id=13285

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/dmd pull request #9485 "fix Issue 13285 - wrong codegen for destructor call of unnamed struct…" fixing this issue:

- fix Issue 13285 - wrong codegen for destructor call of unnamed struct instance on 64 bit environments

  stack alignment is not coupled with -fPIC

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

--
March 27, 2019
https://issues.dlang.org/show_bug.cgi?id=13285

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 #9485 "fix Issue 13285 - wrong codegen for destructor call of unnamed struct…" was merged into stable:

- eda7170d3f3b97698391cfa35944098ce821848a by Rainer Schuetze:
  fix Issue 13285 - wrong codegen for destructor call of unnamed struct
instance on 64 bit environments

  stack alignment is not coupled with -fPIC

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

--