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

2019-07-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13774

--- Comment #7 from Basile-z  ---
*** Issue 13359 has been marked as a duplicate of this issue. ***

--


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

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13774

--- Comment #6 from github-bugzi...@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

--


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

2014-12-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13774

--- Comment #4 from github-bugzi...@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

--


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

2014-12-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13774

--- Comment #5 from github-bugzi...@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

--


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

2014-12-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13774

Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com

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

--


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

2014-12-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13774

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

 CC||c...@dawg.eu
   Assignee|nob...@puremagic.com|c...@dawg.eu

--


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

2014-12-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13774

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

   Keywords||pull

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

--


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

2014-12-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13774

--- Comment #3 from github-bugzi...@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 ...

--


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

2014-11-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13774

Denis Shelomovskij verylonglogin@gmail.com changed:

   What|Removed |Added

   Keywords||link-failure, rejects-valid

--