This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/37707] Namelist read of array of derived type incorrect



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]