Commit e6e27788 by Jerry DeLisle

re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)

2014-03-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/60148
	* gfortran.texi: Add description of namelist DELIM= behavior.

From-SVN: r208757
parent e49080ec
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
......
......@@ -1494,6 +1494,12 @@ elements will be given the values 1.00 and 2.00.
/
@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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment