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

Reply via email to