[Issue 8179] ICE(e2ir.c) with failed fixed size array cast

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 2 16:13:24 PDT 2013


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


Martin Krejcirik <mk at krej.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mk at krej.cz
         OS/Version|Windows                     |All


--- Comment #2 from Martin Krejcirik <mk at krej.cz> 2013-04-03 01:13:22 CEST ---
I get segfault on this (D2 only, 2.062, Linux/Windows):

void main()
{
    int[2] a;
    a = cast(int[2])null;
}

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