Thread overview
[Issue 13774] Multiple definition of `conv_50c_dc8` with three libraries and `std.file` import
Nov 25, 2014
Denis Shelomovskij
Dec 02, 2014
Vladimir Panteleev
Dec 02, 2014
Martin Nowak
Dec 02, 2014
Martin Nowak
Jul 23, 2019
Basile-z
November 25, 2014
https://issues.dlang.org/show_bug.cgi?id=13774

Denis Shelomovskij <verylonglogin.reg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |link-failure, rejects-valid

--
December 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13774

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Introduced in https://github.com/D-Programming-Language/dmd/pull/4102

--
December 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13774

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu
           Assignee|nobody@puremagic.com        |code@dawg.eu

--
December 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13774

Martin Nowak <code@dawg.eu> changed:

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

--- Comment #2 from Martin Nowak <code@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

--
December 03, 2014
https://issues.dlang.org/show_bug.cgi?id=13774

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/7de68cd70f4f2b55f0ad9b98a217558f68b0e1c2 fix Issue 13774 - Multiple definition of ...

- COMDEF symbols should set pickAny when being added to a library

https://github.com/D-Programming-Language/dmd/commit/2044fdb74cf8328fd01b2d40dfbd8bc08185fefe Merge pull request #4187 from MartinNowak/fix13774

fix Issue 13774 - Multiple definition of ...

--
December 03, 2014
https://issues.dlang.org/show_bug.cgi?id=13774

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to fix13774 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9c2e3d5c9540bc3999f5d28567facc20cf85b1fe regression test for Issue 13774

--
December 03, 2014
https://issues.dlang.org/show_bug.cgi?id=13774

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9c2e3d5c9540bc3999f5d28567facc20cf85b1fe regression test for Issue 13774

https://github.com/D-Programming-Language/dmd/commit/26ec5a62b0784caa1335be1948b30183d1f251eb Merge pull request #4188 from MartinNowak/fix13774

regression test for Issue 13774

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13774

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/7de68cd70f4f2b55f0ad9b98a217558f68b0e1c2 fix Issue 13774 - Multiple definition of ...

https://github.com/D-Programming-Language/dmd/commit/2044fdb74cf8328fd01b2d40dfbd8bc08185fefe Merge pull request #4187 from MartinNowak/fix13774

https://github.com/D-Programming-Language/dmd/commit/9c2e3d5c9540bc3999f5d28567facc20cf85b1fe regression test for Issue 13774

https://github.com/D-Programming-Language/dmd/commit/26ec5a62b0784caa1335be1948b30183d1f251eb Merge pull request #4188 from MartinNowak/fix13774

--
July 23, 2019
https://issues.dlang.org/show_bug.cgi?id=13774

--- Comment #7 from Basile-z <b2.temp@gmx.com> ---
*** Issue 13359 has been marked as a duplicate of this issue. ***

--