[Issue 19570] pragma(inline) is emitting symbols

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 11 04:17:52 UTC 2019


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
Why is this marked as critical?

Besides, the reason it is emitted to the object file is in the case someone in
another module takes the address of it.

Also, the linker is supposed to elide unreferenced COMDATs, so it should go
away.

This needs a better rationale for why it is a bug, let alone critical.

--


More information about the Digitalmars-d-bugs mailing list