Suggestion: Build windows DMD with MSVC

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Jun 1 07:51:01 PDT 2013


On 6/1/13, Benjamin Thaut <code at benjamin-thaut.de> wrote:
> Most likely its throwing some hardware exception which
> emediatly kills it.

It turns out it's something related to RDMD:

$ rdmd --force -unittest --compiler=dmd_msc test.d
>

$ dmd_msc -unittest test.d -oftest.exe && test.exe
> core.exception.AssertError at test(1): unittest failure

I've also tried it *without* your patch, and I get the same results.
So it looks like an RDMD-related bug.


More information about the Digitalmars-d mailing list