http://d.puremagic.com/issues/show_bug.cgi?id=7745
--- Comment #2 from Don <[email protected]> 2012-03-22 04:08:58 PDT --- Now able to reproduce it. The cause was this line added to e2ir.c, line 3129. //printf("DelegateExp::toElem() '%s'\n", toChars()); + if (func->semanticRun == PASSsemantic3done) + irs->deferToObj->push(func); The fact that EVERY delegate expression gets deferred, seems like overkill for the bug being fixed. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
