[Issue 4419] __gshared static in class has no effect
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 23 02:53:59 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4419
Trass3r <mrmocool at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrmocool at gmx.de
Severity|normal |major
--- Comment #1 from Trass3r <mrmocool at gmx.de> 2011-02-23 02:51:16 PST ---
This isn't restricted to classes:
__gshared static int a;
static __gshared int b;
> dmd -c -vtls foo.d
foo(1): a is thread local
--
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