dmd segfaults

H. S. Teoh via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat May 31 11:15:38 PDT 2014


On Sat, May 31, 2014 at 04:50:11PM +0000, matovitch via Digitalmars-d-learn wrote:
> Hi !
> 
> Does anybody knows why dmd segfaults on this code ? Should I report
> this as a bug ?
[...]

Compiler segfaults should always be reported. No matter how wrong the
code may be, it is never right for the compiler to crash -- it should
reject the code and terminate normally.


T

-- 
Never ascribe to malice that which is adequately explained by incompetence. -- Napoleon Bonaparte


More information about the Digitalmars-d-learn mailing list