diff options
| author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2006-12-28 01:40:23 +0000 |
|---|---|---|
| committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2006-12-28 01:40:23 +0000 |
| commit | cf7946521395a76bafc978c02b43e78536a71c0c (patch) | |
| tree | 12ba3fe42dffb08262da6b5bad1f6843ef4fee53 /libgfortran/ChangeLog | |
| parent | 3415f511593e977c04a73cc3dbd48da0fa48c284 (diff) | |
| download | gcc-cf7946521395a76bafc978c02b43e78536a71c0c.zip gcc-cf7946521395a76bafc978c02b43e78536a71c0c.tar.gz gcc-cf7946521395a76bafc978c02b43e78536a71c0c.tar.bz2 | |
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
Diffstat (limited to 'libgfortran/ChangeLog')
| -rw-r--r-- | libgfortran/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index ff7adbe..568049c 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,11 @@ +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. + 2006-12-17 Tobias Burnus <burnus@net-b.de> * intrinsics/associated.c: Check for associated(NULL,NULL). |
