This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, libgfortran] [4.3/4.4/4.5 Regression] I/O: Problems reading partial records in formatted direct access files


On 11/18/2009 08:27 PM, Steve Kargl wrote:
On Wed, Nov 18, 2009 at 08:19:46PM -0800, Jerry DeLisle wrote:
Hi Folks,

This patch is fairly straight forward.  We were calling skip_record telling
it to skip 0 bytes.  Then in skip_record we tested for zero bytes and
returned, doing nothing.  I guess we never thought of a partial read
before. ;)

Regression tested on X86-64 linux.

Test case provided.

OK for trunk and 4.4 and 4.3?


OK. Are we still "supporting" 4.3?


Not too sure on 4.3. I am not even sure the patch would be the same there, but I will check.

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]