This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/51946] file compiles properly on IBM xlf compiler and cary compiler


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


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