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

mfc extend not supported? #32

Open
rupertford opened this issue May 8, 2018 · 0 comments
Open

mfc extend not supported? #32

rupertford opened this issue May 8, 2018 · 0 comments

Comments

@rupertford
Copy link

I think this internal compiler error is to do with the extend clause

module field_mod

  implicit none

  type, public, extends(field_type) :: r2d_field
     integer :: ntiles
  end type r2d_field
  
end module field_mod
fortran03-buildscope.c:3432(gather_attr_spec_item): Internal compiler error.
fortran03-buildscope.c:3432(gather_attr_spec_item): Please report a bug at pm-tools@bsc.es with preprocessed source if possible
fortran03-buildscope.c:3432(gather_attr_spec_item): Unhandled handler of '(' (AST_ATTR_SPEC)
metbosch added a commit to bsc-pm-ompss-at-fpga/mcxx that referenced this issue Nov 23, 2020
Fix shared memory port and support ack_final

Closes bsc-pm#32

See merge request ompss-at-fpga/mcxx!68
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