Google
 

Trailing-Edge - PDP-10 Archives - FORTRAN-10_V7wLink_Feb83 - fortra.hlp
There are 16 other files named fortra.hlp in the archive. Click here to see a list.
FORTRA.HLP -- Help file for FORTRAN-10 Version 7      January 1983
-------------
FORTRAN command strings

        .R FORTRA
        *OBJFIL,LISTFIL=SRCFIL1,SRCFIL2,.../SWITCH/SWITCH...

--------------
Default SRCFIL extension is ".FOR",
OBJFIL & LISTFIL extension defaults are ".REL" and ".LST"
--------------
SWITCH          DEFAULT         MEANING
----------      -------         -------
/CROSSREF         OFF   Generate cross reference listing
/DEBUG or         OFF   Enable all debugging features
/DEBUG:ALL
/DEBUG:ARGUMENTS  OFF   Perform link-time type-checking on subprogram
                          arguments
/DEBUG:BOUNDS     OFF   Generate array bounds checking code
/DEBUG:DIMENSIONS OFF   Generate array dimension info for FORDDT
/DEBUG:INDEX      OFF   Force do loop indices to be stored in memory
/DEBUG:LABELS     OFF   Label each source line for FORDDT
/DEBUG:TRACE      OFF   Generate FORDDT references for its trace feature
/EXPAND           OFF   Add object file output to listing
/F66              OFF   FORTRAN 66 rules for DO loops and EXTERNAL
                          statements
/F77              ON    FORTRAN 77 rules for DO loops and EXTERNAL
                          statements
/INCLUDE          OFF   Compile as if D in column 1 were space
/LNMAP            OFF   Add line number/octal location map to listing if
                          macrocode switch not present
/MACROCODE        OFF   Add machine language translation to listing
/NOERRORS         OFF   Suppress error messages on TTY
/NOF77            OFF   FORTRAN 66 rules for DO loops and EXTERNAL
                          statements
/NOWARNINGS or    OFF   Suppress all warning messages
/NOWARNINGS:ALL
/NOWARNINGS:xxx   OFF   Suppress warning message %FTNxxx
/OPTIMIZE         OFF   Perform global optimization
/SYNTAX           OFF   Perform syntax compilation only

[End of FORTRA.HLP]