Thread overview
[Issue 23014] importC: static thread-locals don't work
Dec 17, 2022
Iain Buclaw
Apr 02, 2023
Walter Bright
[Issue 23014] importC: static thread-locals do not work
Apr 02, 2023
Walter Bright
Apr 02, 2023
Dlang Bot
Apr 04, 2023
Walter Bright
Apr 04, 2023
Dlang Bot
May 04, 2023
Dlang Bot
May 16, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23014

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
April 02, 2023
https://issues.dlang.org/show_bug.cgi?id=23014

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22428

--
April 02, 2023
https://issues.dlang.org/show_bug.cgi?id=23014

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|importC: static             |importC: static
                   |thread-locals don't work    |thread-locals do not work

--
April 02, 2023
https://issues.dlang.org/show_bug.cgi?id=23014

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 #15069 "fix Issue 23014 - importC: static thread-locals do not work" fixing this issue:

- fix Issue 23014 - importC: static thread-locals do not work

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

--
April 04, 2023
https://issues.dlang.org/show_bug.cgi?id=23014

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=20737

--
April 04, 2023
https://issues.dlang.org/show_bug.cgi?id=23014

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 #15069 "fix Issue 23014 - importC: static thread-locals do not work" was merged into master:

- 58baa9ef23e01943e2df1985f2e8dfbc38aa7f0b by Walter Bright:
  fix Issue 23014 - importC: static thread-locals do not work

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

--
May 04, 2023
https://issues.dlang.org/show_bug.cgi?id=23014

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15170 "fix issues 20737 and 23014 - TLS variables unusable with -betterC/imp…" was merged into stable:

- b4fe7b84643c9638ff22f06f614b907a67551a62 by Rainer Schuetze:
  fix issues 20737 and 23014 - TLS variables unusable with -betterC/importC for
Windows MSVC targets

  always generate access via __tls_index

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

--
May 16, 2023
https://issues.dlang.org/show_bug.cgi?id=23014

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15238 "merge stable" was merged into master:

- 3072e43d2b60a85b219c7572557c0e367e8d4a88 by Rainer Schuetze:
  fix issues 20737 and 23014 - TLS variables unusable with -betterC/importC for
Windows MSVC targets (#15170)

  always generate access via __tls_index

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

--