[Issue 13774] Multiple definition of `conv_50c_dc8` with three libraries and `std.file` import

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Dec 2 15:04:15 PST 2014


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Martin Nowak <code at dawg.eu> ---
(In reply to Vladimir Panteleev from comment #1)
> Introduced in https://github.com/D-Programming-Language/dmd/pull/4102

This is actually caused by
https://github.com/D-Programming-Language/dmd/pull/4099. The 4102 pull just
fixed the collision detection, therefor it was identified when bisecting.
The conflicting symbol is now added as COMDEF which (incorrectly?) doesn't set
the pickAny parameter.

https://github.com/D-Programming-Language/dmd/pull/4187

--


More information about the Digitalmars-d-bugs mailing list