[Issue 19123] -allinst gives undefined reference linker errors

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 7 00:47:32 UTC 2018


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

--- Comment #4 from Mike Franklin <slavo5150 at yahoo.com> ---
I've narrowed this down somewhat.  What's happening is `-allinst` causes
symbols to be emitted to the object file that otherwise wouldn't be.  Those
symbols, however, call other symbols, and it's those other symbols that aren't
being emitted for some reason, resulting in linker errors.

--


More information about the Digitalmars-d-bugs mailing list