[Issue 3911] Associative array in CTFE crashes compiler

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 29 21:04:17 PDT 2010


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



--- Comment #1 from Don <clugdbug at yahoo.com.au> 2010-03-29 21:04:14 PDT ---
This fixes the ICE:
expression.c line 7181.
----

    if (!type)
    {
    error("forward reference to inferred return type of function call %s",
toChars());
    type = Type::terror;
+    return new ErrorExp();
    }

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list