https://issues.dlang.org/show_bug.cgi?id=20565
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Walter Bright <[email protected]> --- MS-COFF is alone in not allowing two identical COMDATs from residing in the same object file, which is what is happening here. The two identical COMDATs are still generated for other targets, and the linker helpfully just merges them. Can't fix the Microsoft linker, so I'll have to find out just why the two COMDATs are being generated and fix it. --
