Hi,
my goal is to move a large fortran90 modular code to fortran 2008 using
the submodule concept. As I have nearly 400 files to modify I would like
to know if a tool exist to automatically extract variables from
fortran90 modules and build interfaces for subroutines and functions ?
Before t
Hi Patrick,
you might have a look at fpt - http://www.simconglobal.com/. Not sure if it
will do what you want exactly, but you never know and the people behind it
are well prepared to help out.
Regards,
Arjen
Op vr 16 dec. 2022 om 15:01 schreef Patrick Begou via Fortran <
fortran@gcc.gnu.org>:
On Thu, Dec 15, 2022 at 01:51:26PM +0100, Federico Perini via Fortran wrote:
>
> 3. Of the optimization flags "-fpeel-loops" is the one that triggers the
> failing tests
>
> 3. in dtio_4.f90, the first test fails for 1) non-extended class; 2)
> derived-type READ. Write works; extended type (BT_CL
On Fri, Dec 16, 2022 at 1:44 AM Thomas Koenig wrote:
>
> On 16.12.22 03:20, NightStrike via Fortran wrote:
>
> > When I run the testsuite under wine, I'm getting a lot of ANSI escape
> > sequences. We had fixed this long ago, but it seems to be back. Any
> > idea what I should change in my confi