Fortran

The Fortran language constructs that cause the enclave to terminate are:
  • A STOP statement
  • An END statement in the main routine
  • A call to EXIT or SYSRCX
  • A call to DUMP or CDUMP

All of the constructs listed above except the END statement cause the T_I_S (Termination Imminent due to STOP) condition to be signaled.