Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler: Fix break/continue targets in loop else blocks #606

Merged
merged 1 commit into from
Nov 5, 2016

Conversation

dnadlinger
Copy link
Collaborator

Previously, they would still target the respective labels in the
just-exited loop.

@dnadlinger
Copy link
Collaborator Author

dnadlinger commented Nov 5, 2016

(Note: I've opened this PR from an OS X box on which I couldn't run the full test suite without errors, so you might want to double-check.)

Previously, they would still target the respective labels in the
just-exited loop.

Signed-off-by: David Nadlinger <code@klickverbot.at>
@whitequark whitequark merged commit 7dcc987 into m-labs:master Nov 5, 2016
@whitequark
Copy link
Contributor

All lit tests pass and code looks good to me, thanks.

@dnadlinger dnadlinger deleted the loop-else-continue branch November 5, 2016 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants