[Bug fortran/60148] strings in NAMELIST do not honor DELIM= in open statement

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 12 02:32:00 GMT 2014


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

--- Comment #3 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
This seems a little counter-intuitive to me.  However with delimiter="NONE" I
think the standard says that junk should be:

&MYLIST
 MYSTRING=tue  
 /

With two spaces after the 'tue'

Agree?



More information about the Gcc-bugs mailing list