Error handling in DMD and Bugzilla
Max Klyga via Digitalmars-d
digitalmars-d at puremagic.com
Thu Dec 11 10:41:21 PST 2014
On 2014-12-11 14:53:57 +0000, Etienne said:
> I've found 2 internal compiler errors so far, but they have been
> occurring in very complex circumstances that I haven't been able to
> isolate within reasonable time frames (~ 1 hour).
>
> https://github.com/etcimon/dmd/commit/32f2b44c8c126243f9c4ff00b89b175c9e596e7f
>
> https://github.com/D-Programming-Language/dmd/commit/ca333f4b320223cc7d3779471cd27bb43af2f84a
>
>
> In each case, simply showing the error with ::error allowed me to debug
> the source code and the ICE was not justified at all.
>
> Is there a way to fast track the specific category (error handling) of
> ICE in DMD to avoid forcing me to waste more time isolating the bug?
Have you tried running Dustmite
(https://github.com/CyberShadow/DustMite) to minimize a test case
automatically?
More information about the Digitalmars-d
mailing list