[Issue 2199] Segfault using array operation in function call

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 2 08:47:29 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2199


clugdbug at yahoo.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch




------- Comment #3 from clugdbug at yahoo.com.au  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


-- 



More information about the Digitalmars-d-bugs mailing list