some problems

luigi.raimondi luigi.raimondi@xpsimworld.com
Thu Jun 13 08:48:00 GMT 2019


Thanks for your kind information.
I understand that the Fortran standard does not define the format of the
outputs but this is the first time I meet a compiler (Fortran, C, C++,
Assembler)  which does not provide a listing of the input source file.
I had no problems in installing and launch the compiler. I was updating a
medium size fortran source file V1BVLE.FOR of about 2000 lines. 
This module is one of the about 800 source files building a chemical plant
simulator. 
The compiler has been launched from a DOS command window as:
C:\YF\XPSIM-30\srclib>gfortran V1bvle.FOR -c -fdump-parse-tree
The only answer from the compiler is:
" (null):0: confused by earlier errors, bailing out".
Besides the Intel compiler I am currently using, the same file compiles
nicely with the Lahey 97 ( 22 y old) compiler. 
So how can I find out what is wrong for the GNU Fortran compiler ?
Regards
Luigi
 

-----Original Message-----
From: Steve Kargl [mailto:sgk@troutmask.apl.washington.edu] 
Sent: Wednesday, June 12, 2019 16:37
To: luigi.raimondi <luigi.raimondi@xpsimworld.com>
Cc: 'Thomas Koenig' <tkoenig@netcologne.de>; fortran@gcc.gnu.org
Subject: Re: some problems

What is absurd? That gfortran does not support some random feature not
required by the Fortran standard.  Or, that I recommend that you try Simply
Fortran (a gfortran-based distribution that works on Windows
out-of-the-box).

There isn't someone in charge of (Fortran) compiler development.
There is a small group of volunteer developers who donate their time to fix
bugs and implement features from the newer Fortran standards.  The closest
you can get to getting in contact with "who is in charge" is to send email
to fortran@gcc.gnu.org.
This email list is intended for discussion concerned with development of
gfortran.  It is not intended for general user support on installing and
using the compiler on any given operating system.

--
steve


On Wed, Jun 12, 2019 at 11:14:45AM +0200, luigi.raimondi wrote:
> Really absurd from my point of view.
> Can I get in touch with somebody in charge of the compiler development ?
> Regards
> Luigi Raimondi
> 
> -----Original Message-----
> From: Steve Kargl [mailto:sgk@troutmask.apl.washington.edu] 
> Sent: Tuesday, June 11, 2019 16:28
> To: luigi.raimondi <luigi.raimondi@xpsimworld.com>
> Cc: 'Thomas Koenig' <tkoenig@netcologne.de>; fortran@gcc.gnu.org
> Subject: Re: some problems
> 
> On Tue, Jun 11, 2019 at 10:24:12AM +0200, luigi.raimondi wrote:
> > I am not able to find compilation options for obtaining an output file 
> > listing what the compiler reads and the error/warning messages issued.
> > I have always found this feature in all the compilers I have 
> > previously used.
> 
> gfortran does not have his feature.
> 
> To make life simple, don't use MingW.  Google Simply Fortran.
> 
> --
> Steve

-- 
Steve
20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4
20161221 https://www.youtube.com/watch?v=IbCHE-hONow



More information about the Fortran mailing list