[Issue 4823] New: CodeView: Thread local variables are stored as shared globals
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 5 12:42:17 PDT 2010
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 at puremagic.com
ReportedBy: aldonunez1 at gmail.com
--- Comment #0 from Aldo Nunez <aldonunez1 at 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: -------
More information about the Digitalmars-d-bugs
mailing list