Recursion



Calling sub-programs recursively is prohibited by the F77 standard, but
allowed by the F90 standard.

I have tested Salford FTN77, and it will not compile a FUNCTION that
invokes itself directly, but indirect recursion works.

So can someone tell me which F77 compilers de facto allow indirect
recursion ?

.



Relevant Pages

  • Re: Recursion
    ... I have tested Salford FTN77, and it will not compile a FUNCTION that ... invokes itself directly, but indirect recursion works. ...
    (comp.lang.fortran)
  • Re: Fortran 90/95 code obfuscator?
    ... One that I found amusing/saddening was a boilerplate comment in the ... f77 standard. ... one would compile this subroutine. ...
    (comp.lang.fortran)