Skip to content

linking fastfortran scalar variable with famix function name #14

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

Open
uNouss opened this issue Feb 19, 2025 · 0 comments
Open

linking fastfortran scalar variable with famix function name #14

uNouss opened this issue Feb 19, 2025 · 0 comments

Comments

@uNouss
Copy link
Contributor

uNouss commented Feb 19, 2025

for example in this situation:

        INTEGER FCT()
        FCT = 10
        END

at line 2 (lhs of assignment) CRFFortranProgramUnitBinderVisitor >> visitFASTFortranScalarVariable: aFASTFortranScalarVariable
will try to link fct (the var) with (fct the function).
this make this methods fail at assert line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant