mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:20:24 +08:00
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:
parent
e49080ec8a
commit
e6e2778862
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user