From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21914 invoked by alias); 22 Jan 2012 19:22:48 -0000 Received: (qmail 21899 invoked by uid 22791); 22 Jan 2012 19:22:47 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_XL X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 22 Jan 2012 19:22:34 +0000 From: "dominique.pelletier at polymtl dot ca" 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 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominique.pelletier at polymtl dot ca X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-01/txt/msg02537.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D51946 --- Comment #6 from Dominique Pelletier 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 =C3=A9crit : > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D51946 > > 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 corre= sonding > state variable > use cloud_module ,only : cloud ! puppet for 2nd Lorenz eq. and corre= sonding > state variable > use ground_module ,only : ground ! puppet for 3rd Lorenz eq. and corre= sonding > state variable > use integrable_model_module ,only : integrable_model ,integrate ! pare= nt type > and polymorphic time integrator > use global_parameters_module ,only : debugging ! prin= t call > tree if true >