Re: Compiler segfaults if not compiling with -debug #dbugfix

2018-06-18 Thread FeepingCreature via Digitalmars-d
Can somebody explain what tnext does in TemplateInstance? It seems to be at the root of this stack overflow. The comment says it's "non-first instantiated instances", which is somewhat less than helpful.

Compiler segfaults if not compiling with -debug #dbugfix

2018-06-15 Thread Anonymouse via Digitalmars-d
I'd like to bring #dbugfix attention to issue 18026: Stack overflow in ddmd/dtemplate.d:6241, TemplateInstance::needsCodegen()[0]. Put simply, I can only compile my code with -debug. Without it, dmd and ldc segfault on all of Linux, Windows and OSX. The smallest I can dustmite it to is to