[Issue 6089] __gshared with not static 2D array
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 27 14:14:16 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6089
Iain Buclaw <ibuclaw at ubuntu.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ibuclaw at ubuntu.com
--- Comment #1 from Iain Buclaw <ibuclaw at ubuntu.com> 2011-06-27 14:09:17 PDT ---
Similarly, this should be valid code.
void main()
{
__thread int[1][1] foo;
}
and this shouldn't try to assign a default initialiser at all!
void main()
{
extern int[1][1] foo;
}
--
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