Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!decwrl!hplabs!hpda!hpcuhb!hpcllla!hpcllmv!jbc From: jbc@hpcllmv.HP.COM (Jeff Caldwell) Newsgroups: comp.lang.fortran Subject: Re: FORTRAN standards checker Message-ID: <1270005@hpcllmv.HP.COM> Date: 8 Jun 89 00:07:22 GMT References: <248@pvi.UUCP> Organization: Hewlett Packard Calif. Language Lab Lines: 14 >Does anyone know of a program that does FORTRAN standards checking and >runs on VAX/VMS, or Sun, or HP-9000? Ideally, it would: On the HP-9000 series machines (and 3000 series) the compiler has a $ANSI directive that will include warning messages for non ANSI 77 standard features used. The $RANGE directive will also do quite a bit of checking for for things such as assinged GOTO's, subscripts, bit-manipulation intrinsic functions, etc. -Jeff Caldwell *=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=* * Disclaimer: Opinions expressed herein are my own and do not necessarily * * reflect those of my employer. * *=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*