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

sroa: Fix small logic bug #52717

Merged
merged 1 commit into from
Jan 3, 2024
Merged

sroa: Fix small logic bug #52717

merged 1 commit into from
Jan 3, 2024

Conversation

Keno
Copy link
Member

@Keno Keno commented Jan 3, 2024

This fixes #52703, which happened when a function had a foldable, try-catch-with-scope inside an ordinary try/catch. The fix is to simply ignore the ordinary try/catch and treat it as a regular fallthrough terminator.

This fixes #52703, which happened when a function had a foldable,
try-catch-with-scope inside an ordinary try/catch. The fix is to
simply ignore the ordinary try/catch and treat it as a regular
fallthrough terminator.
@Keno Keno merged commit d97ab8a into master Jan 3, 2024
3 of 7 checks passed
@Keno Keno deleted the kf/52703 branch January 3, 2024 21:17
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.

Bounds error during SROA
1 participant