Previous: -f90
The list consists of keywords separated by commas or colons. There are three special keywords: all to turn on all the warnings about nonstandard extensions, none to turn them all off, and help to print the list of all the keywords with a brief explanation of each. If list is omitted, -f95 is equivalent to -f95=all , and -nof95 is equivalent to -f95=none . The warning keywords with their meanings are as follows.
There is one other Fortran 77 syntax feature that was deleted in Fortran 95, namely branching to an ENDIF from outside the IF block. However, ftnchek is unable to analyze program flow, and so it does not provide a warning for this.
See also: -f77 , -f90 , -portability , -pretty , -wordsize .
Next: -help