re PR libfortran/23321 (Direct unformatted read beyond EOF cores)
authorThomas Koenig <Thomas.Koenig@online.de>
Sun, 4 Sep 2005 20:36:52 +0000 (20:36 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 4 Sep 2005 20:36:52 +0000 (20:36 +0000)
commit0ef63495144395085b1264877e8b11c803376410
tree980246c419799542558dca9b884df6c9e3881e82
parentca59f04b870c47814d9d81bff458a85579d46d12
re PR libfortran/23321 (Direct unformatted read beyond EOF cores)

2005-09-04  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/23321
* io/transfer.c(data_transfer_init):  Check for a too-large
record number.  Return if sseek failed.

2005-09-04  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/23321
* gfortran.dg/direct_io_4.f90:  New test case.

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