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, gfortran] g77's FNUM, STAT, FSTAT, and FLUSH intrinsics


On Sunday 28 November 2004 17:02, Steve Kargl wrote:
> I do not have write after approval to the cvs tree.  Paul, Steven,
> or you will need to commit the changes.
>
> I have implemented FLUSH via Janne's comments.  That is, I have
> left struct unix_stream in unix.c and left fd_flush() with its
> static declaration.  FLUSH now uses Janne's flush() wrapper, which
> is simply a redirection via a cast of *stream to a *unix_stream.

As a start I've applies just the cleanup bits of your patch to intrinsic.c. 
This should have been submitted separately.

I have issues with the rest of the patch, which I'll get to soon.

Paul

2004-12-02  Steven G. Kargl  <kargls@comcast.net>

 * intrinsic.c: Fix and add comments, fix function declarations
 (OPTIONAL,REQUIRED): New symbols
 (add_functions,add_subroutines): Use symbols
 (gmp.h): Remove unused include

Attachment: patch.gz
Description: GNU Zip compressed data


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