[Bug fortran/60781] cannot match namelist object name

2014-04-21 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug fortran/60781] cannot match namelist object name

2014-04-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug fortran/60781] cannot match namelist object name

2014-04-09 Thread lauraelcomeau at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 --- Comment #11 from Laura C lauraelcomeau at yahoo dot co.uk --- Thank you very much for your help - I will fix the curly quotes and hopefully run the executable successfully when I get home from work later. Apologies that it was my mistake. Your

[Bug fortran/60781] cannot match namelist object name

2014-04-08 Thread lauraelcomeau at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 --- Comment #5 from Laura C lauraelcomeau at yahoo dot co.uk --- Yes, I type ./JIM_exenamelist.txt to run the executable. The executable appears to read the files under the 'grids' section of the namelist successfully, but produces this error

[Bug fortran/60781] cannot match namelist object name

2014-04-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 --- Comment #6 from Dominique d'Humieres dominiq at lps dot ens.fr --- Curly quotes in met_file = ‘met_04270_62_65.txt’ The following code implicit none character(len=70) :: dem_file='', ! Elevation file name met_file='', !

[Bug fortran/60781] cannot match namelist object name

2014-04-08 Thread lauraelcomeau at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 --- Comment #7 from Laura C lauraelcomeau at yahoo dot co.uk --- I've tried changing the Input.f90 code to character(len=70) :: dem_file='', ! Elevation file name met_file='', ! Driving data file name vegf_file='', !

[Bug fortran/60781] cannot match namelist object name

2014-04-08 Thread lauraelcomeau at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 --- Comment #8 from Laura C lauraelcomeau at yahoo dot co.uk --- I've tried changing the Input.f90 code to character(len=70) :: dem_file='', ! Elevation file name met_file='', ! Driving data file name vegf_file='', !

[Bug fortran/60781] cannot match namelist object name

2014-04-08 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 --- Comment #9 from Steve Kargl sgk at troutmask dot apl.washington.edu --- Is this what you meant by the 'curly quotes'? No. Your input file contains curly quotes. I've changed the curly quotes to # show you where the problem lies.

[Bug fortran/60781] cannot match namelist object name

2014-04-07 Thread kargl at gcc dot gnu.org
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 ---

[Bug fortran/60781] cannot match namelist object name

2014-04-07 Thread lauraelcomeau at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 --- Comment #2 from Laura C lauraelcomeau at yahoo dot co.uk --- Created attachment 32561 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32561action=edit Input.f90 file

[Bug fortran/60781] cannot match namelist object name

2014-04-07 Thread lauraelcomeau at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 --- Comment #3 from Laura C lauraelcomeau at yahoo dot co.uk --- Created attachment 32562 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32562action=edit shell script The code is a series of f90 files compiled in a shell script - as attached.

[Bug fortran/60781] cannot match namelist object name

2014-04-07 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 --- Comment #4 from Steve Kargl sgk at troutmask dot apl.washington.edu --- On Mon, Apr 07, 2014 at 10:09:11PM +, lauraelcomeau at yahoo dot co.uk wrote: The code is a series of f90 files compiled in a shell script - as attached. I've