FORTRAN Reference Manual

Compile-Time Diagnostic Messages
FORTRAN Reference Manual528615-001
F-5
Error Messages
Cause. The program unit requires more than 32,767 words for object code, including
executable instructions and read-only data such as constants and FORMAT
statements. The compiler stops immediately after issuing this error message.
Recovery. Reduce the size of the program unit.
Cause. The indicated common block is too large for either half of the user data
segment.
Recovery. Reduce the total size of the common block or use the LARGECOMMON
compiler directive to allocate the common block in the extended data segment.
Cause. One of the compiler’s internal tables is full. The compiler stops immediately
after issuing this error message.
Recovery. Notify the Global Customer Support Center (GCSC).
Cause. A HIGHCOMMON compiler directive and a LARGECOMMON directive were
specified without a common block name on either directive.
Recovery. Add block names to one of the directives or delete one of the directives.
Cause. The control expression of an arithmetic IF statement is not type INTEGER,
REAL, or DOUBLE PRECISION.
Recovery. Correct the expression.
CODE SPACE OVERFLOW
COMMON BLOCK SIZE EXCEEDS 65535 BYTES ** block-name
COMPILER TABLE OVERFLOW ** table-name
CONTRADICTORY DEFAULT COMMON ALLOCATION
CONTROL EXPRESSION MUST BE ARITHMETIC