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 issues with loop variable of io implied do loop #1592

Merged
merged 1 commit into from
Apr 19, 2022
Merged

Fix issues with loop variable of io implied do loop #1592

merged 1 commit into from
Apr 19, 2022

Commits on Apr 17, 2022

  1. Fix issues with loop variable of io implied do loop

    The existing codegen was for loop variables in io implied do loop
    was not working correctly for pointer, allocatable variables. Rather
    than finding the symbol address directly, use Evaluate Expression to
    find the correct symbol and find the expression address from it. This
    is similar to the handling for loop variables in fir.do_loop.
    kiranchandramohan committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    0a78c9a View commit details
    Browse the repository at this point in the history