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

           Summary: Spurious "Label already defined" error inside a
                    foreach over a range aggregate
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from David Ellsworth <[email protected]> 2013-05-08 
21:00:44 PDT ---
import std.stdio;
void main()
{
    foreach (line; stdin.byLine)
        doNext:
            {}
}

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

Reply via email to