www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7778] New: regression(DMD 2.059head) Segmentation fault on 'auto foo(){bar[]r;r~=[];}'

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



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