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?