fl.hlp (Table of Contents; Topic list)
F4064
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     FORTRAN warning error F4064
 
     procedure too large, skipping <optimization> optimization
        and continuing
 
     The compiler tried to perform the given type of optimization on a
     function but ran out of memory while doing so. It flagged the
     warning, skipped the given part of the optimization, and continued
     the compilation.
 
     To avoid this problem, break the function into smaller functions.
                                    -♦-