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
This commit is contained in:
Jerry DeLisle 2014-03-21 22:14:36 +00:00
parent e49080ec8a
commit e6e2778862
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

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