http://d.puremagic.com/issues/show_bug.cgi?id=4869
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|auto return + inheritance + |auto return + inheritance + |modules = compiler crashes |modules = compiler | |crashes(toctype.c) --- Comment #2 from Don <[email protected]> 2010-09-14 21:02:06 PDT --- The segfault should be turned into an ICE with this code: toctype.c, line 254 TypeFunction::toCtype() if (varargs != 1) t->Tflags |= TFfixed; ctype = t; + assert(next); t->Tnext = next->toCtype(); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
