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

--- Comment #3 from Marc Schütz <schue...@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.

--

Reply via email to