Skip to content

A single UnsupportedType inside a DerivedType makes the whole block be unsupported #3265

@sergisiso

Description

@sergisiso

For instance in:

type :: array_type
      real :: scalar
      real, dimension(10) :: field
      real, pointer :: ptr
end type

because the real, pointer :: ptr is not catched when processing the componets it propagates to the full type declaration.

If the code is improved maybe we could also do #1418 which maybe needs handling in a similar place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions