http://d.puremagic.com/issues/show_bug.cgi?id=2199
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch ------- Comment #3 from [email protected] 2009-04-02 10:47 ------- Problem is in elem *AddExp::toElem(IRState *irs) e2ir.c, line 1925 -- returns an uninitialized variable e. error("Array operation %s not implemented", toChars()); return e1->toElem(irs); // prevent segfault --
