[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 changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[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 --- 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 help is much appreciated! Laur

[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 changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[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 --- > > 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. met_file = #met_04270_62_65.txt# Compar

[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 --- 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='', &! Vegetation fraction file name vegh

[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 --- 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='', &! Vegetation fraction file name vegh

[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 --- 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='', &! Driving data file name

[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 --- Yes, I type ./JIM_exe

[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 --- 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 also attached the INPUT.f90 file where t

[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 --- Created attachment 32562 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32562&action=edit shell script The code is a series of f90 files compiled in a shell script - as attached. I've also attached the INPUT.

[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 --- Created attachment 32561 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32561&action=edit Input.f90 file

[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 --- Co