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 characterization of result of function returning procedur… #66248

Merged
merged 1 commit into from
Sep 18, 2023

Commits on Sep 13, 2023

  1. [flang] Fix characterization of result of function returning procedur…

    …e pointer
    
    The procedure characterization package correctly characterizes
    the result of a reference to a function that returns a procedure pointer.
    In the event of a result that is a pointer to a function that
    itself is a procedure pointer, the code in pointer assignment semantics
    checking was mistakenly using that result's procedure characteristics
    as the characteristics of the original function reference.  This is
    just wrong; delete it.
    
    Pull request: llvm#66248
    klausler committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    73e0d23 View commit details
    Browse the repository at this point in the history