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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 6 23:14:49 PDT 2013


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


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com


--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> 2013-10-06 23:14:46 PDT ---
(In reply to comment #2)
> I get segfault on this (D2 only, 2.062, Linux/Windows):
> 
> void main()
> {
>     int[2] a;
>     a = cast(int[2])null;
> }

Fix for this only:

https://github.com/D-Programming-Language/dmd/pull/2638

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