Thread overview
[Issue 24168] Corrupted if TLS values are passed in ref parameters when compiling with -fPIE
Sep 28, 2023
kubo39@gmail.com
Oct 18, 2023
Dlang Bot
Oct 20, 2023
Dlang Bot
September 28, 2023
https://issues.dlang.org/show_bug.cgi?id=24168

--- Comment #1 from kubo39@gmail.com <hinoda2002@outlook.jp> ---
I've tried with DMD2.088 (which -fPIE was introduced) and got the same result. Perhaps it has been this way all along.

--
October 18, 2023
https://issues.dlang.org/show_bug.cgi?id=24168

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kubo39 created dlang/dmd pull request #15705 "Fix Issue 24168 - Corrupted if TLS values are passed in ref parameters" fixing this issue:

- Fix Issue 24168 - Corrupted if TLS values are passed in ref parameters
  when compiling with -fPIE

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

--
October 20, 2023
https://issues.dlang.org/show_bug.cgi?id=24168

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15705 "Fix Issue 24168 - Corrupted if TLS values are passed in ref parameters" was merged into master:

- fe858d91b7df8a770765f78286395259cca0f697 by Hiroki Noda:
  Fix Issue 24168 - Corrupted if TLS values are passed in ref parameters
  when compiling with -fPIE

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

--