FORTRAN Reference Manual

Compile-Time Diagnostic Messages
FORTRAN Reference Manual528615-001
F-7
Error Messages
Cause. The dir compiler directive must precede the first FORTRAN language
statement in the compilation. FORTRAN ignores the directive.
Recovery. Move the directive.
Cause. The dir compiler directive must precede the first FORTRAN language
statement in a program unit. FORTRAN ignores the directive.
Recovery. Move the directive.
Cause. The dir compiler directive must be preceded by an EXTENDEDREF,
LARGECOMMON, or LARGEDATA directive and must appear before the first
FORTRAN statement in a program unit. The compiler ignores the directive.
Recovery. Move the directive.
Cause. The same name appears in both a dummy argument list and a COMMON
statement in the same subprogram.
Recovery. Eliminate one occurrence.
Cause. This dummy argument of an ENTRY has been referenced previously in an
executable statement or a statement function, but did not appear in a preceding
ENTRY, FUNCTION, or SUBROUTINE statement.
Recovery. Correct the ENTRY statement or the preceding code.
DIRECTIVE MUST APPEAR BEFORE FORTRAN STATEMENTS ** dir
DIRECTIVE MUST APPEAR BETWEEN PROGRAM UNITS ** dir
DIRECTIVE REQUIRES EXTENDEDREF BEFORE ANY STATEMENTS ** dir
DUMMY ARGUMENT IN COMMON ** name
DUMMY ARGUMENT PREVIOUSLY REFERENCED IN EXECUTABLE ** name