Thread overview
[Issue 16687] Win COFF: Duplicate COMDAT on overloaded templated function
Oct 24, 2017
Walter Bright
Oct 24, 2017
Walter Bright
Dec 17, 2022
Iain Buclaw
October 24, 2017
https://issues.dlang.org/show_bug.cgi?id=16687

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Optlink doesn't complain because when there are multiple COMDATs with the same name, the linker just picks one.

--
October 24, 2017
https://issues.dlang.org/show_bug.cgi?id=16687

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
*** Issue 17332 has been marked as a duplicate of this issue. ***

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=16687

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
August 31
https://issues.dlang.org/show_bug.cgi?id=16687

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org

--- Comment #3 from Nick Treleaven <nick@geany.org> ---
This bug is blocking the fix for: https://issues.dlang.org/show_bug.cgi?id=3538#c3

Fix: https://github.com/dlang/dmd/pull/16805#issuecomment-2305417920

--