https://issues.dlang.org/show_bug.cgi?id=12092
--- Comment #3 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/cadc0f74917be0fa0c5101afc64e9d6056b00c85 fix Issue 12092 - Wrong TLS access in PIC code (X86_32) - Use RI_TYPE_TLS_GD (general dynamic) to access global TLS symbols in PIC code. https://github.com/D-Programming-Language/dmd/commit/55447875cfa08c3bbb7d4139dceff70bb8082c8a Merge pull request #4223 from MartinNowak/fix12092 fix Issue 12092 - Wrong TLS access in PIC code (X86_32) --
