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] PR29053 Consecutive STREAM I/O file positions mixed up


Bud Davis wrote:
OK.

you have one snippet of code towards the bottome that
is not indented after the else:

+ else
+ dtp->u.p.current_unit->strm_pos = dtp->rec;
+ }
/* Overwriting an existing sequential file ?
*************** finalize_transfer (st_parameter_dt
*dtp)
*** 2367,2376 ****



--bud




Patch committed. Thanks Bud for the review.


I also want to give acknowledgments to Steve Kargl for identifying the bug and providing me access to troutmask to test the patch with freeBSD and for his taking the time last night to update the build so I could work on this.

Cheers!

Jerry


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