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
