[Bug libfortran/37707] Namelist read of array of derived type incorrect
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Oct 18 17:48:00 GMT 2008
------- Comment #20 from jvdelisle at gcc dot gnu dot org 2008-10-18 17:46 -------
There are a few problems going on here. When writing a namelist with no delim=
specified, we should default to a quote. That is trivial. Then, we also need
to enable finding a namelist object name vs a character object. The mechanism
for that is already in the library code. I think I just need to adjust the
condition that invoke it.
I will work up the patch. Thanks Tobias for your diagnosis.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37707
More information about the Gcc-bugs
mailing list