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

           Summary: foreach over typedef'd array crashes dmd
           Product: D
           Version: 2.032
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Stephan Dilly <[email protected]> 2010-01-03 15:00:13 PST 
---
This code used to work up to version 2.031 without problems, since 2.032 it
manages to crash dmd.

[CODE]
typedef byte[] Foo;

Foo bar;

foreach(value; bar){}
[/CODE]

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to