[Issue 7083] variables with static/private storage create global symbols

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 8 20:56:21 PST 2011


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


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |WONTFIX


--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2011-12-08 20:56:19 PST ---
This is done deliberately as the code/data for one module can be distributed
among several object files (unlike C) and the only way they can communicate is
via a global name.

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