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

           Summary: CodeView: Thread local variables are stored as shared
                    globals
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: aldonun...@gmail.com


--- Comment #0 from Aldo Nunez <aldonun...@gmail.com> 2010-09-05 12:41:57 PDT 
---
In the debug info, thread local variables, whether they're at module, class, or
function scope should have record types of S_LTHREAD32 and S_GTHREAD32. Right
now they're stored as shared globals using the record type S_GDATA32.

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

Reply via email to