]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix it.
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 20 Jan 2008 06:55:46 +0000 (06:55 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 20 Jan 2008 06:55:46 +0000 (06:55 +0000)
From-SVN: r131674

libgfortran/ChangeLog

index f2c5a43f5b0633f60221446c1ed9678a0c19f732..b004be054394d6108c72bae4edd44e98229d31f8 100644 (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.