fl.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FORTRAN Compiler Stack Checking Option
                                             Up Contents Index Back
─────FORTRAN Compiler Stack Checking Option─────────────────────────────────
 
     FL equivalent: /Ge
 
     Use the Stack Checking option to enable stack probes.
 
     A stack probe is a short subroutine called on entry to a procedure
     to verify that the program stack has enough space for any
     automatic local variables. When stack probes are enabled, the
     stack-probe subroutine is automatically called at every entry
     point. The stack-probe subroutine generates a message and ends the
     program if it determines that the required stack space is not
     available.
 
     See Also: Enabling and Disabling Stack Probes
                                    -♦-