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]

gfortran and our limited area weather forecasting code.


Last week I was in Norrkoping at a workshop on our weather forecasting code - a good chance to try to compile the latest version with gfortran overnight (takes about 7 hours on my 0.5 GHz G4 Powerbook).

There are 1290 .f and 991 .f90 files in this package. .f and .f90 merely discern fixed and free format; there's inherently Fortran 90/95 code in the .f files too.

304 of them couldn't be compiled, due to:

261 Not Implemented: arrays of strings
 27 Not Implemented: initial values for COMMON or EQUIVALENCE
  8 Not Implemented: IOLENGTH statement
  6 Not Implemented: CHARACTER inside COMMON block or EQUIVALENCE list
  2 Not Implemented: Unable to find scalarization loop specifier

Hope this statistic is interesting.

--
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)


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