July 25, 2023
https://issues.dlang.org/show_bug.cgi?id=24056

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #15458 "Fix 24056 - const uninitialized data at module scope is not in TLS" fixing this issue:

- Fix 24056 - const uninitialized data at module scope is not in TLS

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

--
July 28, 2023
https://issues.dlang.org/show_bug.cgi?id=24056

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 #15458 "Fix 24056 - const uninitialized data at module scope is not in TLS" was merged into master:

- 3d1a8aad9cac21ba131e9ddd4993f01e91007834 by Dennis Korpel:
  Fix 24056 - const uninitialized data at module scope is not in TLS

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

--