forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codegen: manually restore
ct->scope
when no exception handler is em…
…itted This fixes a bug introduced by JuliaLang#55907, which was neglecting that it's possible for `Expr(:enter, ...)` to have no `catch` destination and still have a scope, especially if the compiler has decided that the body is `nothrow` and chooses to optimize away the `catch` destination.
- Loading branch information
1 parent
0bd8292
commit ddb598e
Showing
2 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters