This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

experience using gfortran to compile F77 code


just finished feeding about 250K lines of fortran-77 source into gfortran (250K lines as shown by
wc).

this is, as they say, mature code, being written originally on a GOULD MPX system, then moved to a
DEC Alpha running Tru64 Unix, then to g77 on i386 and now to gfortran.

the results were excellent:

about 25 files need small change due to non-standard code (things that are just plain wrong..IF
(XX) where X was an integer...that kind of thing)

3 baby bugs ( no XOR operator, no common block name in VOLATILE statements, tab counts more than
one position in fixed format).


trust me.  this is nothing.  it has taken days after a compiler switch in the past to get the code
to compile.  many days in some circumstances :)

wonderful.  i encourage anyone who has been waiting to make the plunge to gfortran from g77 to
give it a try.


--bud



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]