[Bug libfortran/37707] Namelist read of array of derived type incorrect
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Oct 18 14:54:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list