[Bug libfortran/33985] access="stream",form="unformatted" doesn't buffer
jvdelisle at verizon dot net
gcc-bugzilla@gcc.gnu.org
Sun Dec 2 02:05:00 GMT 2007
------- Comment #24 from jvdelisle at verizon dot net 2007-12-02 02:05 -------
Subject: Re: access="stream",form="unformatted" doesn't
buffer
> m = where + s->active;
>
> if (s->physical_offset != m && lseek (s->fd, m, SEEK_SET) < 0)
> return NULL;
>
> I don't think this is correct.
You are dead on, I have fixed this and have a patch regression testing now. The
above did not break backspace_6.f90, but it broke some other things. Stay
tuned.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33985
More information about the Gcc-bugs
mailing list