Win64, merge-2.067, LLVM master, VS 2015 - current status

kinke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun May 10 07:13:34 PDT 2015


Hey guys,

as a teaser for the curious, here's the current status with a 
bleeding edge Win64 environment:

* Visual Studio 2015 CTP
* LLVM master (5de9960)
* LDC: merge-2.067
** *.conf.in files manually modified to include 
"-L/LARGEADDRESSAWARE:NO" as default option
** druntime: + 
https://github.com/kinke/druntime/commit/1add4f0d401717acc42d92600f9e85ca7d0efe11 
+ https://github.com/ldc-developers/druntime/pull/17
** phobos: + https://github.com/ldc-developers/phobos/pull/17

druntime + phobos unittests, debug and release:
92% tests passed, 46 tests failed out of 555

failures:
core.thread (segfaults in release only)
std.csv
std.datetime
std.encoding
std.math
std.parallelism
std.path
std.process
std.socket
std.stream
std.string (fails to compile in debug, fails in release)
std.traits
std.uni
std.uri
std.zip
std.zlib
std.algorithm.sorting (fails in debug only)
std.digest.crc
std.digest.md (fails in debug only)
std.digest.ripemd (fails in debug only)
std.digest.sha
std.net.isemail
std.regex.internal.parser
std.regex.internal.tests
std.regex
std.internal.math.gammafunction


More information about the digitalmars-d-ldc mailing list