From-SVN: r131674
This commit is contained in:
Jerry DeLisle 2008-01-20 06:55:46 +00:00
parent c13ff92614
commit 2045a99abb
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2008-01-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/34795
* io/inquire.c (inquire_via_unit): If a unit is opened, return values
according to the open action for DIRECT, FORMATTED, and UNFORMATTED.
(inquire_via_filename): Return "UNKNOWN" for SEQUENTIAL, DIRECT,
@ -10,6 +11,7 @@
2008-01-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/34782
* io/transfer.c (formatted_transfer_scalar): Set max_pos to the greater
of the current max_pos or the newly calculated position.