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

Fixing issue #773 #774

Merged
merged 2 commits into from
Nov 10, 2023
Merged

Fixing issue #773 #774

merged 2 commits into from
Nov 10, 2023

Conversation

marcoeilers
Copy link
Contributor

@marcoeilers marcoeilers commented Nov 10, 2023

Moving check of out-edge condition well-definedness for loop head blocks until after the block's statements are executed.
The current code works if loop head blocks do not contain statements, which I guess is true for while loops, but not necessarily for goto-loops. The out-edge conditions must be well-defined in the state after the block statements have been executed, not before.

This fixes issue #773.

@marcoeilers marcoeilers merged commit da2f36f into master Nov 10, 2023
4 checks passed
@marcoeilers marcoeilers deleted the meilers_fix_773 branch November 10, 2023 15:37
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.

1 participant