[Issue 11315] dmd: Internal error: ..\ztc\cgcod.c 1561

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 21 10:50:25 PDT 2013


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


Iain Buclaw <ibuclaw at ubuntu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw at ubuntu.com


--- Comment #1 from Iain Buclaw <ibuclaw at ubuntu.com> 2013-10-21 10:50:24 PDT ---
Don't need all that file:


int[] test()
{
    int[] x;
    int[3] y;
    x = y = [1, 2, 3];
    return x;
}



Is enough to reproduce  (I believe it is the x = y = [1,2,3] line).

-- 
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