Created attachment 1584
dustmited source
the attached code outputs random trash as error, but it outputs normal error in 2.070.
the trash looks like: console1.d(8): Error: no property 'widthSignC▀╣ьY▀╣' for type 'Data'
while with 2.070 it looks like: console1.d(8): Error: no property 'widthSign' for type 'Data'
the offending commit (found with digger):
https://github.com/D-Programming-Language/dmd/commit/7487e74378725791cc3d684581f8c4739a5932ae
Comment #1 by ketmar — 2016-02-22T03:26:55Z
Created attachment 1585
full code
note that code is very sensitive to changes: removing empty and unused `wrWriteWidthChar()` from the top suddenly fixes it. also, i'm not sure if it can be reproduced on anything except my own system (GNU/Linux, x86, dmd built from scratch) due to this sensitiveness. but that's best i can get from dustmiting it. i attached the full source just in case it is unreproducible.