IntelĀ® Fortran Compiler 18.0 Developer Guide and Reference

Entry Points in Subprograms

The ENTRY statement provides multiple entry points within a subprogram. It is not executable and must precede any CONTAINS statement (if any) within the subprogram. For more information on the ENTRY statement, see ENTRY.