Re: finalization issue

2023-05-04 Thread Steve Kargl via Fortran
Hi Paul, I'll need to go through F2018 again, but I thought I found a statement that a module procedure can be in a submodule. Here's the starting point 14.2.3 Submodules A submodule is a program unit that extends a module or another submodule. ... A submodule may provide implem

Re: finalization issue

2023-05-04 Thread Paul Richard Thomas via Fortran
Hi Steve, Nagfor responds to the test case with "Error: pr97122.f90, line 14: Type T has final subroutines but is not defined in the specification part of a module" F2018: "C787(R753) A final-subroutine-name shall be the name of a module procedure with exactly one dummy argument." Since, of nece

Re: Finalization

2022-11-02 Thread Damian Rouson
Thanks for asking this, Jerry! Sourcery Institute has a (small) amount of funding that can be offered for this work in case that helps. Damian On Wed, Nov 2, 2022 at 6:32 PM Jerry D via Fortran wrote: > Hi Paul, > > Long time no chat. I hope you and yours are well. > > I was planning to retir