Use -Wimplicit for gfortran?

Thomas Koenig tkoenig@netcologne.de
Thu Jan 8 23:57:00 GMT 2009


On Wed, 2009-01-07 at 16:45 -0600, Tom Browder wrote:
> Thomas, the description for '-Wimplicit-interface' doesn't seem to fit
> what I need.

I see, sorry I didn't read your message carefully enough.

You can compile your code with -fimplicit-none to disallow implicit
typing and check the code for other implicit statements with

grep -i implicit *.f90 | grep -v -i none

to catch any other implicit statements.

This is assuming you have Unix tools installed and use free form.

HTH

	Thomas



More information about the Fortran mailing list