2007-05-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/31409
* io/transfer.c (read_block_direct): Backport from 4.3 trunk.
From-SVN: r124612
+2007-05-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libfortran/31409
+ * io/transfer.c (read_block_direct): Backport from 4.3 trunk.
+
2007-05-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/31880
if (short_record)
{
+ dtp->u.p.current_unit->current_record = 0;
+ next_record (dtp, 0);
generate_error (&dtp->common, ERROR_SHORT_RECORD, NULL);
return;
}