fix merge conflict in libgfortran/ChangeLog

From-SVN: r255227
This commit is contained in:
Janne Blomqvist 2017-11-29 11:01:49 +02:00
parent 4c42d640b2
commit 8801187868
1 changed files with 16 additions and 1 deletions

View File

@ -1,7 +1,22 @@
2017-11-28 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/53796
* io/inquire.c (inquire_via_unit): Set recl to -1 for unconnected
units.
* io/io.h (default_recl): New variable.
* io/open.c (new_unit): Set recl to default_recl for sequential,
-2 for stream access.
* io/transfer.c (read_block_form): Test against default_recl
instead of DEFAULT_RECL.
(write_block): Likewise.
* io/unit.c (init_units): Calculate max_offset, default_recl.
* libgfortran.h (DEFAULT_RECL): Remove.
* runtime/environ.c: Remove GFORTRAN_DEFAULT_RECL.
2017-11-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/83168
* io/write.c (select_string): Bump size by one to avoid
* io/write.c (select_string): Bump size by one to avoid
overrun.
2017-11-24 Janne Blomqvist <jb@gcc.gnu.org>