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 #45494, error in ssa conversion with complex type decl #55744

Merged
merged 1 commit into from
Sep 13, 2024

Commits on Sep 12, 2024

  1. fix #45494, error in ssa conversion with complex type decl

    We were missing a call to `renumber-assigned-ssavalues` in the case where the
    declared type is used to assert the type of a value taken from a closure box.
    JeffBezanson committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7ac032e View commit details
    Browse the repository at this point in the history