[Bug fortran/13261] New: [gfortran] command line flag needed to use gfortran for compiling F77 code

Toon Moene toon@moene.indiv.nluug.nl
Tue Dec 2 00:06:00 GMT 2003


dann at godzilla dot ics dot uci dot edu wrote:

> It seems that there is no way (or no documented way) to use
> gfortran to compile .f F77 files, the default is to use g77 for that.
> 
> SPEC95 and SPEC2000 contain a lot of F77 code, the automated SPEC testers 
> would need such a flag to compile that code.
> 

gfortran [options] -xf95 blah.f

will work.

You might want to add -ffixed-form.

Hope this helps,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc.gnu.org/fortran/ (under construction)



More information about the Gcc-bugs mailing list