一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。...
资 源 简 介
一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。-Ftnchek (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 written in C. To build ftnchek, you must have a C compiler
for the machine on which you wish to build it. The URL for ftnchek s
home page is http://www.dsm.fordham.edu/~ftnchek. Source code, binary
executables for some platforms, and other information are available
there.
文 件 列 表
ftnchek-3.3.1
INSTALL
LICENSE
PATCHES
FAQ
ToDo
project.magic
average.f
average.out
correct.f
blurb.txt
dcl2inc.doc
dcl2inc.man
dcl2inc.ps
ftnchek.doc
ftnchek.hlp
ftnchek.man
ftnchek.ps
html
macro-doc.txt
project-doc.tex
ftnchek-3.3.1.lsm
Makefile.in
configure
configure.in
config.guess
config.sub
config.h.in
configure.generic
install-sh
add_html_refs.sh
make_html.sh
make_blockmatch.pl
make_blockmatch.pl.in
build.com
build-vax.com
cc.com
link.com
check.com
ftnchek.def
configure_os2.cmd
makefile.bcc32
makefile.generic
makefile.mpw
ftnchek.dsp
ftnchek.dsw
advance.c
advance.h
argcheck.c
block_match.h
calltree.c
comcheck.c
config-generic.h
config-win32.h
exprtype.c
forlex.c
forlex.h
fortran.y
fortran.c
ftnchek.c
ftnchek.h
include.c
intake.c
intrins.c
intrins.h
iokeywds.h
iokeywds_enum.h
iokeywds.c
keywords.c
labels.c
loccheck.c
loccheck.h
makedcls.c
makehtml.c
message.c
options.c
options.h
pgsymtab.c
pgsymtab.h
plsymtab.c
plsymtab.h
prlists.c
prlocsym.c
project.c
symspace.c
symspace.h
symtab.c
symtab.h
symutils.c
symutils.h
tokdefs.h
utils.h
utils.c
dcl2inc
dcl2inc.in
dcl2inc.awk
dcl2inc.awk.in
man2ps
ftnchek.el
test
README