diff options
author | Bud Davis <bdavis9659@comcast.net> | 2004-08-27 07:59:30 +0000 |
---|---|---|
committer | Bud Davis <bdavis@gcc.gnu.org> | 2004-08-27 07:59:30 +0000 |
commit | 55948b693ed0cde602e64e7f670450a0e5e96b93 (patch) | |
tree | 4050f4a405b432378b98cbcd6661afa4a1f0be61 /libgfortran/ChangeLog | |
parent | dc700f497caaf7c36db7220ab6f827b8dcf6a7e6 (diff) | |
download | gcc-55948b693ed0cde602e64e7f670450a0e5e96b93.zip gcc-55948b693ed0cde602e64e7f670450a0e5e96b93.tar.gz gcc-55948b693ed0cde602e64e7f670450a0e5e96b93.tar.bz2 |
re PR libfortran/16597 (gfortran: bug in unformatted I/O on scratch files)
2004-08-27 Bud Davis <bdavis9659@comcast.net>
PR fortran/16597
* io/io.h: created typedef for unit_mode.
* io/io.h (gfc_unit): added mode to unit structure.
* io/transfer.c (data_transfer_init): flush if a write then
read is done on a unit (direct access files).
* io/rewind.c (st_rewind): Used unit mode instead of global.
* gfortran.dg/pr16597.f90: New test.
From-SVN: r86654
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 33e16c9..e0039ec 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,12 @@ +2004-08-27 Bud Davis <bdavis9659@comcast.net> + + PR fortran/16597 + * io/io.h: created typedef for unit_mode. + * io/io.h (gfc_unit): added mode to unit structure. + * io/transfer.c (data_transfer_init): flush if a write then + read is done on a unit (direct access files). + * io/rewind.c (st_rewind): Used unit mode instead of global. + 2004-08-24 Bud Davis <bdavis9659@comcast.net> PR fortran/17143 |