Created attachment 1457
Dustmite-reduced test case
Using dmd v2.067-devel-639bcaa, and running make on the attached Dustmite-reduced test case results in
dmd: statement.c:754: ErrorStatement::ErrorStatement(): Assertion `global.gaggedErrors || global.errors' failed.
The reduced code is pretty much bogus, and the error message went away if I tried to move definitions into a single file, so I'm guessing something is going wrong with module inclusion or something.
Comment #1 by k.hara.pg — 2014-11-30T02:39:27Z
The root issue is a dup of issue 13563, so the bug is already fixed on git-head (4c98263313).
*** This issue has been marked as a duplicate of issue 13563 ***