CTFE Status
Stefan Koch via Digitalmars-d
digitalmars-d at puremagic.com
Fri Dec 23 02:25:57 PST 2016
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.
More information about the Digitalmars-d
mailing list