FORTRAN Reference Manual

Compile-Time Diagnostic Messages
FORTRAN Reference Manual528615-001
F-8
Error Messages
Cause. This dummy argument name is the same as a procedure name appearing in a
FUNCTION, SUBROUTINE, or ENTRY statement in the same program unit.
Recovery. Change the dummy argument name.
Cause. This symbolic name appears more than once in a dummy argument list in the
same FUNCTION, SUBROUTINE, or ENTRY statement.
Recovery. Correct the list.
Cause. The same letter appears in two IMPLICIT statements.
Recovery. Change one of the statements.
Cause. Two statements within the same program unit have the same statement label.
Recovery. Make sure all statement labels are unique.
Cause. The source input file ended with no END statement to terminate the last (or
only) source program unit.
Recovery. Correct the source input file.
Cause. An ENTRY statement appears within the body of a DO loop or a block IF
statement sequence.
Recovery. Correct the statement sequence.
DUMMY NAME CONFLICT ** name
DUPLICATE DUMMY VARIABLE ** name
DUPLICATE IMPLICIT ENTRY
DUPLICATE STATEMENT LABEL
END STATEMENT MISSING
ENTRY NESTED IN CONTROL LOOP