[Issue 8041] __gshared/static problem

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 26 16:42:40 PST 2012


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


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-12-26 16:42:37 PST ---
Reduced:

struct Foo {}

void main()
{
    __gshared Foo f;
}

Very odd bug. Works with static.

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