Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

No support for derived type extensions #16

Description

@domcharrier

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions