digitalmars.D.bugs - [Issue 7778] New: regression(DMD 2.059head) Segmentation fault on 'auto foo(){bar[]r;r~=[];}'
- d-bugmail puremagic.com (22/22) Mar 25 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7778
http://d.puremagic.com/issues/show_bug.cgi?id=7778 Summary: regression(DMD 2.059head) Segmentation fault on 'auto foo(){bar[]r;r~=[];}' Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: timon.gehr gmx.ch --- Comment #0 from timon.gehr gmx.ch 2012-03-25 14:57:39 PDT --- This code snippet crashes DMD 2.059head: --- auto foo(){bar[]r;r~=[];} --- It does not crash DMD 2.058 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 25 2012