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

[flang] Fix fir::isPolymorphic for TYPE(*) assumed-size arrays #77339

Merged
merged 1 commit into from Jan 9, 2024

Commits on Jan 8, 2024

  1. [flang] Fix fir::isPolymorphic for TYPE(*) assumed-size arrays

    fir::isPolymorphic was returning false for TYPE(*) assumed-size arrays
    causing bad fir.rebox to be created when passing a polymorphic actual
    argument to such TYPE(*) dummy.
    
    Fix fir::isAssumedSize to return true for fir.ref<fir.array<none>> and
    fir.ref<none>.
    jeanPerier committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    77af50e View commit details
    Browse the repository at this point in the history