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

Fix control flow of break/continue expanded from a macro #7018

Merged
merged 1 commit into from Mar 25, 2021
Merged

Conversation

artemmukhin
Copy link
Member

@artemmukhin artemmukhin commented Mar 25, 2021

Fixes #7016

changelog: Fix processing of break/continue expanded from a macro during control-flow analysis

@artemmukhin artemmukhin added the fix Pull requests that fix some bug(s) label Mar 25, 2021
@vlad20012
Copy link
Member

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 25, 2021

Build succeeded:

@bors bors bot merged commit 3e9c0f8 into master Mar 25, 2021
@bors bors bot deleted the ortem/fix-7016 branch March 25, 2021 10:36
@github-actions github-actions bot added this to the v145 milestone Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull requests that fix some bug(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong control flow of break/continue expanded from a macro
2 participants