This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
variable-expression FORMAT specifier at ^ -- unsupported
- From: "Sparks, Jamie" <JAMIE dot SPARKS at cubic dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 31 Dec 2002 15:14:10 -0500 (Eastern Standard Time)
- Subject: variable-expression FORMAT specifier at ^ -- unsupported
Greetings all,
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