[Issue 5337] DMD compiles incorrect code on windows

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 9 10:18:21 PST 2010


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


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |INVALID


--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> 2010-12-09 10:16:40 PST ---
It is a TLS issue. Globals in D2 are allocated in thread local storage, globals
in C are not. To make it work, they have to be TLS in both languages, or
regular globals in both.

-- 
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