re PR libfortran/38097 (I/O with blanks in exponent fails; blank="NULL", BN edit...
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 16 Nov 2008 16:12:16 +0000 (16:12 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 16 Nov 2008 16:12:16 +0000 (16:12 +0000)
commit264a5255d84d3f3a9b1f18946ab3c37e59e8d32f
tree7b23ec0d5e8e4ac0ba4d6499ea65206845372b22
parent459348d41ec18de5e6a1e7e29d761c73aed8ef67
re PR libfortran/38097 (I/O with blanks in exponent fails; blank="NULL", BN edit descriptor)

2008-11-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/38097
* io/read.c (read_f): Initialize exponent. Fix comment. Set loop
conditions for BZ/BN.
* io/unit.c (get_internal_unit): Initialize flags.blank.
* io/transfer.c (data_transfer_init): Fix whitespace.

From-SVN: r141919
libgfortran/ChangeLog
libgfortran/io/read.c
libgfortran/io/transfer.c
libgfortran/io/unit.c