www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4823] New: CodeView: Thread local variables are stored as shared globals

reply d-bugmail puremagic.com writes:
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: nobody puremagic.com
        ReportedBy: aldonunez1 gmail.com



---
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: -------
Sep 05 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4823


Rainer Schuetze <r.sagitario gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario gmx.de



PDT ---
I've patched dmd to emit these records correctly, but they are removed by
optlink when creating the executable.

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