https://issues.dlang.org/show_bug.cgi?id=15523
Jacob Carlborg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jacob Carlborg <[email protected]> --- I'm not sure if there's any different between thread_local and __thread. But for __thread there's no specific mangling, at least not on OS X. Have you tried and see what happens? Unfortunately I cannot do that on OS X, since neither thread_local is supported (__thread works though) and the D implementation of TLS on OS X is not compatible with the C implementation. --
