[Issue 9068] ICE when trying to break outer loop from inside switch statement

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 20 09:06:41 PST 2012


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



--- Comment #1 from github-bugzilla at puremagic.com 2012-12-20 09:06:37 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/4db6e34c293d9a6c6a2afe750b13cbb8814409e5
Issue 9068 - fix compiler error when breaking from some labelled loops.

Specifically, it affected loops that get implicitly wrapped into additional
clauses, such as try/finally, causing the label to refer to another statement.

https://github.com/D-Programming-Language/dmd/commit/adcdfd7bd0cdea8b0f79cef4a687cd4eb77b3c53
Merge pull request #1394 from dsagal/bug9068

Issue 9068 - fix compiler error when breaking from some labelled loops.

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


More information about the Digitalmars-d-bugs mailing list