This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: write recursive call
Pierre-Matthieu anglade wrote:
> Then it seems that recursive IO is not something desirable. Right?
I disagree -- the Fortran code that I work with used to have the kind of
recursive I/O allowed by F2003 (internal writes in a procedure called
from a write-to-file). We've had to do some versions without it in
order to get it to compile on xlf, but ifort and cvf were perfectly
happy with it as it was.