Next release?

kink via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Oct 14 11:32:52 PDT 2014


> Only the dmd testsuite needs make.

Thanks for the hint. I had to fix a linking error in 
core.stdc.fenv (the global _FE_DFL_ENV has been renamed to _Fenv0 
in MSVCRT 2013+) and then get ahold of curl.lib & dll to get the 
test-runners to compile first.
My results are 82 segfaults:

druntime & druntime-debug): 5 segfaults:
                             * core.math
                             * core.thread
                             * core.time
                             * ldc.longdouble
                             * rt.lifetime
phobos: 34 segfaults
phobos-debug: 38 segfaults

So about 80% of the modules passed all their unit tests.


More information about the digitalmars-d-ldc mailing list