2014-03-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/60148
* gfortran.texi: Add description of namelist DELIM= behavior.
From-SVN: r208757
+2014-03-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR fortran/60148
+ * gfortran.texi: Add description of namelist DELIM= behavior.
+
2014-03-19 Tobias Burnus <burnus@net-b.>
PR fortran/60543
/
@end smallexample
+When writing a namelist, if no @code{DELIM=} is specified, by default a
+double quote is used to delimit character strings. If -std=F95, F2003,
+or F2008, etc, the delim status is set to 'none'. Defaulting to
+quotes ensures that namelists with character strings can be subsequently
+read back in accurately.
+
@node X format descriptor without count field
@subsection @code{X} format descriptor without count field