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: nob...@puremagic.com
        ReportedBy: s...@extrawurst.org


--- Comment #0 from Stephan Dilly <s...@extrawurst.org> 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