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