2008-05-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/36131
* io/transfer.c (formatted_transfer_scalar): Revert patch for PR34974.
(next_record_w): Likewise.
From-SVN: r134973
+2008-05-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libfortran/36131
+ * io/transfer.c (formatted_transfer_scalar): Revert patch for PR34974.
+ (next_record_w): Likewise.
+
2008-05-04 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/35995
else
read_x (dtp, dtp->u.p.skips);
}
- else
- {
- if (dtp->u.p.skips < 0)
- flush (dtp->u.p.current_unit->s);
- }
break;
if (max_pos > m)
{
length = (int) (max_pos - m);
- sseek (dtp->u.p.current_unit->s,
- file_position (dtp->u.p.current_unit->s) + length);
+ p = salloc_w (dtp->u.p.current_unit->s, &length);
}
#ifdef HAVE_CRLF
len = 2;