On 6/1/13, Benjamin Thaut <[email protected]> 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@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.
