On Thursday, 22 December 2016 at 20:34:50 UTC, Stefan Koch wrote:
I just fixed the "" case for StringLiterals.

This exposed bugs in the code-generator because now phobos-unittests with "" are run.
(Which would previously be counted as uncompilable)
Apparently we run into a situation where the interpreter tries to fetch instructions that are out-of-range.
This can only be caused by miscompiled code.
I am investigating.

Reply via email to