Re: Recursion
David Flower wrote:
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 ?
g77
.
Relevant Pages
- Recursion
... Calling sub-programs recursively is prohibited by the F77 standard, ... I have tested Salford FTN77, and it will not compile a FUNCTION that ... invokes itself directly, but indirect recursion works. ... (comp.lang.fortran) - Overnight build scenario (devenv.exe) - runtime error
... This invokes the ... when the compile ... This only happens when the script is invoked from "cron", ... sort of difference in the execution environment. ... (microsoft.public.vsnet.general) - Re: Rake: How do I Override Vars Used by a Rule?
... For our rakefile system, we would like to have the ability to build ... to have 2 separate high-level tasks, where one of them invokes the other ... - except with overridden variables. ... is the compile line. ... (comp.lang.ruby) - Re: [PATCH RFC] fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b
... Jesper noted that kmem_cache_destroyinvokes synchronize_rcurather ... in RCU callbacks accessing a kmem_cache after it had been destroyed. ... The following untested (might not even compile) patch proposes a fix. ... (Linux-Kernel) - Re: [PATCH RFC] fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]b
... Jesper noted that kmem_cache_destroyinvokes synchronize_rcurather ... in RCU callbacks accessing a kmem_cache after it had been destroyed. ... The following untested (might not even compile) patch proposes a fix. ... (Linux-Kernel) |
|