[Issue 15079] Assertion `fd->semanticRun == PASSsemantic3done' failed.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Sep 24 03:01:18 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=15079

--- Comment #3 from Marc Schütz <schuetzm at gmx.net> ---
After running dustmite for two days, the power failed and everything was gone
:-(

Anyway, I managed to find a particular file that triggered the ICE when
compiled separately, and could reduce it much faster with this knowledge, see
attachment.

> tar xf botan3.reduced.tar.gz && cd botan3.reduced
> dmd -c -O -inline -release ./botan/algo_base/scan_token.d
dmd: glue.c:809: void FuncDeclaration_toObjFile(FuncDeclaration*, bool):
Assertion `fd->semanticRun == PASSsemantic3done' failed.

I tried merging all the source files into one, but then the ICE disappeared.

--


More information about the Digitalmars-d-bugs mailing list