[Issue 19760] Windows 10 -m64 completely broken, can't compile/run hello world

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 28 16:06:41 UTC 2019


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

--- Comment #18 from kinke at gmx.net ---
(In reply to anonymous4 from comment #17)
> 2. full static musl with ported malloc, stdio, personality, startup etc.

Won't work when mixing with C(++) code and you want a shared C runtime. Which
shouldn't be an extremely exotic use case (D plugin as DLL).

> 3. use ucrt and ported personality

Won't work if you want to catch D exceptions from C++, something that's in
principle doable with LDC for more than 3 years already
(https://github.com/ldc-developers/dmd-testsuite/pull/15).

Anyway, I'm out of this discussion, I think I made my points.

--


More information about the Digitalmars-d-bugs mailing list