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

Fortran: Alternate ENTRY points #16

Open
stevewpalmer opened this issue Nov 28, 2024 · 0 comments
Open

Fortran: Alternate ENTRY points #16

stevewpalmer opened this issue Nov 28, 2024 · 0 comments

Comments

@stevewpalmer
Copy link
Owner

We do not currently support ENTRY in subroutines and functions to allow alternate entry points. The logistics of this are quite complex and this document makes useful reading if we want to go ahead.

The complexity is due to the fact that we need to allow "jumping" into the middle of a subroutine bypassing code before the ENTRY but executing the code that follows.

It is questionable whether this has any real use in modern Fortran so spend some time investigating the use case and the value vs. resources required to implement. I suspect this will be a significant amount of work for little real gain. However since this is an unimplemented real Fortran statement, it needs to be mentioned.

@stevewpalmer stevewpalmer changed the title Fortran alternate ENTRY points Fortran: Alternate ENTRY points Jan 5, 2025
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