*** Bug 2637 has been marked as a duplicate of this bug. ***
Comment #3 by clugdbug — 2009-04-02T10:47:33Z
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