On Saturday, 15 June 2013 at 06:32:13 UTC, Daniel Murphy wrote:
That must have been interesting. They are never dereferenced, so no immediate crash, you'd just get whichever code path was tested first...
It was – especially because I was looking for a cause in the DMD/LDC diff first before actually starting to debug the CTFE code. Thinking about it, it might actually be a good idea to add in an assertion:
https://github.com/D-Programming-Language/dmd/pull/2184 David
