[Issue 17712] [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Aug 3 07:33:23 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17712
--- Comment #6 from kinke at gmx.net ---
(In reply to ZombineDev from comment #5)
> > For LDC, I'm planning to allow the user to prevent template culling via a command-line switch, as the current implementation doesn't seem very mature.
>
> I think that's what dmd's -allinst switch does currently.
[LDC uses the same logic and command-line switch.] I find it quite hard to tell
the exact difference when using `-allinst` (and whether that includes
speculative ones), as it's an early return of that function and the remaining
needsCodegen() logic isn't trivial; the interaction with the tnext chain
doesn't make it any simpler unfortunately.
--
More information about the Digitalmars-d-bugs
mailing list