public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dominique.pelletier at polymtl dot ca" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/51946] file compiles properly on IBM xlf compiler and Cray compiler
Date: Sun, 22 Jan 2012 19:55:00 -0000	[thread overview]
Message-ID: <bug-51946-4-C6KGx5OiOG@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-51946-4@http.gcc.gnu.org/bugzilla/>

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
>


  parent reply	other threads:[~2012-01-22 19:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-22 17:03 [Bug fortran/51946] New: file compiles properly on IBM xlf compiler and cary compiler dominique.pelletier at polymtl dot ca
2012-01-22 17:14 ` [Bug fortran/51946] " kargl at gcc dot gnu.org
2012-01-22 17:17 ` burnus at gcc dot gnu.org
2012-01-22 17:31 ` burnus at gcc dot gnu.org
2012-01-22 18:17 ` burnus at gcc dot gnu.org
2012-01-22 19:22 ` sgk at troutmask dot apl.washington.edu
2012-01-22 19:55 ` dominique.pelletier at polymtl dot ca [this message]
2012-01-22 20:15 ` [Bug fortran/51946] file compiles properly on IBM xlf compiler and Cray compiler dominique.pelletier at polymtl dot ca
2012-01-22 20:26 ` kargl at gcc dot gnu.org
2012-01-22 22:25 ` burnus at gcc dot gnu.org
2012-01-23 17:57 ` burnus at gcc dot gnu.org
2012-01-27 10:10 ` pault at gcc dot gnu.org
2012-01-27 10:38 ` pault at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-51946-4-C6KGx5OiOG@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).