◄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. -♦-