This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Use -Wimplicit for gfortran?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]