Path to this page:
./
devel/ftnchek,
Static analyzer for Fortran programs
Branch: CURRENT,
Version: 3.3.1,
Package name: ftnchek-3.3.1,
Maintainer: pkgsrc-usersFtnchek (short for Fortran checker) is designed to detect certain
errors in a Fortran program that a compiler usually does not. ftnchek
is not primarily intended to detect syntax errors. Its purpose is to
assist the user in finding semantic errors. Semantic errors are legal
in the Fortran language but are wasteful or may cause incorrect
operation. For example, variables which are never used may indicate
some omission in the program; uninitialized variables contain garbage
which may cause incorrect results to be calculated; and variables
which are not declared may not have the intended type. ftnchek is
intended to assist users in the debugging of their Fortran program.
It is not intended to catch all syntax errors. This is the function
of the compiler. Prior to using ftnchek, the user should verify that
the program compiles correctly.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1024.061 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2016-08-15) Updated to version: ftnchek-3.3.1
- (2007-02-21) Updated to version: ftnchek-3.2.2nb1
- (2005-10-05) Package added to pkgsrc.se, version ftnchek-3.2.2 (created)
CVS history: (Expand)