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

F03 FINAL definitions not supported #175

Open
hansec opened this issue Oct 2, 2020 · 0 comments
Open

F03 FINAL definitions not supported #175

hansec opened this issue Oct 2, 2020 · 0 comments
Labels

Comments

@hansec
Copy link
Owner

hansec commented Oct 2, 2020

The FINAL keyword for type-bound procedures is not supported (example below).

TYPE :: ex_type
  INTEGER :: A = 0
CONTAINS
  FINAL :: del_ex_type
  PROCEDURE :: sub => ex_sub
END TYPE ex_type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant