Thread overview
[Issue 23024] Large static array causes access violation on Windows with DMD
Dec 17, 2022
Iain Buclaw
May 02, 2023
Dlang Bot
May 05, 2023
Walter Bright
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23024

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

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

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 #15170 "fix issues 20737 and 23024 - TLS variables unusable with -betterC/imp…" fixing this issue:

- fix issues 20737 and 23024 - TLS variables unusable with -betterC/importC for Windows MSVC targets

  always generate access via __tls_index

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

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|---                         |FIXED

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
The fix has been merged, so I'm marking this as fixed.

--