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

kinke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun May 17 03:55:07 PDT 2015


Thx for the hint, Dan!!!

99% tests passed, 4 tests failed out of 556

The following tests FAILED:
         175 - std.math (Failed)
         191 - std.stream (Failed)
         460 - std.socket-debug (Failed)
         465 - std.stream-debug (Failed)

!!! :))

The problem was that instead of using the range [_data_start__, 
_data_end__) (computed in rt/msvc.c), we've used [&_data_start__, 
&_data_end__). We also did so for the BSS section, which isn't 
present in my druntime-test-runner-debug.exe though.


More information about the digitalmars-d-ldc mailing list