Merge of 2.065.0

Temtaime via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Jun 14 06:59:26 PDT 2014


I have big project in D about 14k lines.
Compiling with ldc now ldc crashes at toir.c:1982

Logger::print("EqualExp::toElem: %s @ %s\n", toChars(), 
type->toChars());

Debugger says that variable type is null.

If i comment that log message out it gives strange error without 
file and line

Error: Exp type Expression not implemented: p


More information about the digitalmars-d-ldc mailing list