http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51946
--- Comment #6 from Dominique Pelletier <dominique.pelletier at polymtl dot ca> 2012-01-22 19:22:29 UTC --- enclosed is a .zip archive of the source files I compile as follows gfortran -c global_parameters_module.f03 gfortran -c air_module.f03 gfortran -c cloud_modul.f03 gfortran -o ground_module.f03 gfortran -c integrabale_model_module.f03 This where the compiler gives me a compilation error. could this be due to som features o fortran 2003 that is not yet implemented in gfortran? Le 2012-01-22 12:11, kargl at gcc dot gnu.org a écrit : > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51946 > > kargl at gcc dot gnu.org changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |kargl at gcc dot gnu.org > > --- Comment #1 from kargl at gcc dot gnu.org 2012-01-22 17:11:06 UTC --- > How is one going to compile this? > > % module atmosphere_module > use air_module ,only : air ! puppet for 1st Lorenz eq. and > corresonding > state variable > use cloud_module ,only : cloud ! puppet for 2nd Lorenz eq. and > corresonding > state variable > use ground_module ,only : ground ! puppet for 3rd Lorenz eq. and > corresonding > state variable > use integrable_model_module ,only : integrable_model ,integrate ! parent > type > and polymorphic time integrator > use global_parameters_module ,only : debugging ! print > call > tree if true >