]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 28 Dec 2006 01:40:23 +0000 (01:40 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 28 Dec 2006 01:40:23 +0000 (01:40 +0000)
commitcf7946521395a76bafc978c02b43e78536a71c0c
tree12ba3fe42dffb08262da6b5bad1f6843ef4fee53
parent3415f511593e977c04a73cc3dbd48da0fa48c284
re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)

2006-12-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/30014
*io/io.h (st_parameter_dt): Change *size and *iolength type to
GFC_IO_INT.
*io/transfer.c (finalize_transfer): Cast dtp->u.p.size_used to
GFC_IO_INT.  (iolength_transfer): Cast size * nelems to GFC_IO_INT.

From-SVN: r120234
libgfortran/ChangeLog
libgfortran/io/io.h
libgfortran/io/transfer.c