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