[Issue 23811] Compiler doesn't emit global variables

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 28 10:27:34 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23811

RazvanN <razvan.nitu1305 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305 at gmail.com
          Component|dmd                         |tools

--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
I don't use any of the tools you pointed out, but potential issues might be:

- the code is not compiled with -g
- notice_me_global is the user facing name, but in the resulting binary it's
going to have a mangled name

Anyway, this seems more like a tool issue, rather than a compiler issue.

--


More information about the Digitalmars-d-bugs mailing list