fl.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
F1051
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     FORTRAN fatal error F1051
 
     program too complex
 
     Your program caused the compiler to overflow one of its internal
     tables. For example, this error can occur if your program has too
     many labels.
 
     The /4Yb compiler option and the $DEBUG metacommand cause a
     large number of labels to be generated. If you encounter this
     message, try recompiling with the /4Nb option or changing the
     $DEBUG metacommand to $NODEBUG in your source file and
     recompiling; or, if your file contains more than one procedure, try
     compiling the procedures in separate files.
                                    -♦-