I'm looking for a switch that will allow me to use my fortran code
unaltered. It doesn't look as if g77 supports runtime formatting...
Is there a switch that can turn this on? I've been over the docs and
didn't find anything...The compiler seems to be saying 'nope'.
thanks,
Jamie
100 format(a<ihdrwid>,<ntoread>i<ifwid>);
^
Variable-expression FORMAT specifier at (^) -- unsupported
This is an extension thought up by Digital Equipment Corporation when
they still were a major force in Fortran deployment and development
(i.e. 2 decades back).