mcxx icon indicating copy to clipboard operation
mcxx copied to clipboard

mfc extend not supported?

Open rupertford opened this issue 7 years ago • 0 comments

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 [email protected] with preprocessed source if possible
fortran03-buildscope.c:3432(gather_attr_spec_item): Unhandled handler of '(' (AST_ATTR_SPEC)

rupertford avatar May 08 '18 00:05 rupertford