This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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, fortran] Large transfer support for IO library


On Thu, Oct 06, 2005 at 11:27:05PM +0200, Thomas Koenig wrote:
> On Thu, Oct 06, 2005 at 01:08:18PM +0300, Janne Blomqvist wrote:
> > On Wed, Oct 05, 2005 at 10:49:16PM +0200, Thomas Koenig wrote:
> 
> > > > +  if (nread != *nbytes)
> > > > +    {				/* Short read, this shouldn't happen.  */
> > > 
> > > Well it can (and you are testing for a legitimate reason just below :-)
> > 
> > Aye! Indeed, it's a bad wording.
> 
> If this is changed to /* Short read, can happen for end of file.  */
> or something like that, the patch is ready for commit to mainline.

Ok, here goes. Could someone commit it? I also changed the SUS
reference to SUSv3 to make explicit which standard I'm referencing.

-- 
Janne Blomqvist

Attachment: ChangeLog
Description: Text document

Attachment: large_trans-6.diff
Description: Text document


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