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

kinke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from kinke <[email protected]> ---
That's just one detail of lacking MinGW support (of both DMD and LDC). The
compiler would also need to predefine version `MinGW` for druntime/Phobos
(there's some support in the libraries, for GDC). C++ mangling in the frontend
would need to switch from MSVC to Itanium. Debuginfos would need to switch from
CodeView to DWARF format. Static libs (.a) are probably different than the MS
ones (.lib). Etc. etc.

--

Reply via email to