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

No support for derived type extensions #16

Open
domcharrier opened this issue Jun 9, 2021 · 0 comments
Open

No support for derived type extensions #16

domcharrier opened this issue Jun 9, 2021 · 0 comments
Labels
enhancement New feature or request low priority

Comments

@domcharrier
Copy link
Collaborator

domcharrier commented Jun 9, 2021

Issue:

Fortran derived types can be based on other types.
GPUFORT does not support this yet.

Background/Example:

type mytype1
   real :: a
end type
type, extend(mytype1) :: mytype2
   real :: b
end type

mytype2 inherited member field a from mytype1.

Assessment:

Issue has low priority as we did not see such code yet in any HPC
application that we tried to port.

@domcharrier domcharrier added enhancement New feature or request low priority labels Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

1 participant