[Issue 5337] DMD compiles incorrect code on windows

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 9 13:37:39 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=5337



--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> 2010-12-09 13:35:59 PST ---
The linux compiler is not detecting the error, the linker is.

The way TLS is implemented is radically different on Windows, Linux, and OSX.
Linux does it with special linker fixups, Windows does it with specially
generated code. The Windows linker cannot tell that it is supposed to be TLS
access.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list