re PR libfortran/18710 (img part of complex number not written to direct access file)
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Thu, 2 Dec 2004 19:39:15 +0000 (20:39 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 2 Dec 2004 19:39:15 +0000 (20:39 +0100)
commitabd7fea9f9afbe42fbaad073dab52e7d78640543
tree05580d191473440752eaeddfac5929d59504e771
parent0396df8ac45acfbace58f00234eed18303387b7b
re PR libfortran/18710 (img part of complex number not written to direct access file)

libgfortran/
PR fortran/18710
* io/transfer.c (unformatted_read, unformatted_write): width of
a COMPLEX is twice its kind.

gcc/testsuite/
PR fortran/18170
* gfortran.dg/direct_io_3.f90: New test.

From-SVN: r91656
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/direct_io_3.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/transfer.c