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/60781] cannot match namelist object name


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781

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 ---
(In reply to Laura C from comment #0)
> Created attachment 32559 [details]
> namelist
> 
> Hi
> 
> I am trying to compile code using gfortran on a mac which I have previously
> successfully compiled and run on a PC. 
> 
> I get the following error:
> 
> At line 171 of file ./code/INPUT.f90 (unit = 5, file = 'stdin')
> Fortran runtime error: Cannot match namelist object name
> âmet_04270_62_65.txtâ
> 
> The namelist is attached.
> 
> I see there are similar errors reported but can't find out whether there is
> a fix for this or not.
> 

We'll need the Fortran code.  It looks like you're trying
to read from stdin.  Is this correct?  What gfortran command
line and how did you execute the program?

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