http://d.puremagic.com/issues/show_bug.cgi?id=8179
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Walter Bright <[email protected]> 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: -------
