------- Comment #17 from burnus at gcc dot gnu dot org  2008-10-18 14:53 -------
The problem seems to be that atmkey%name = <list of quoted strings> reads also
OUTGEO%NLEV=10 as string.

Can you try:
  open(<file where the namelist is>, delim='quote')
in the real program? That unfortunately does not work for internal I/O as
delim= is not allowed in READ statements.

Are you sure that that program is valid? If yes, how should the libgfortran
know how far it should read?


-- 


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

Reply via email to