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, fortran] implement iomsg tag from Fortran 2003


On Fri, Sep 09, 2005 at 08:32:40AM +0300, Janne Blomqvist wrote:

> Could you also add a mention of this to the list of implemented f2003
> features in gfortran.texi?

Sure.

Committed as obvious after committing the main part and after
"make dvi" passed.

	Thomas

2005-09-09  Thomas Koenig  <Thomas.Koenig@online.de>

        gfortran.texi:  Document IOSTAT= specifier.


diff -c -p -r1.23 gfortran.texi
*** gfortran.texi       8 Sep 2005 19:42:59 -0000       1.23
--- gfortran.texi       9 Sep 2005 19:15:01 -0000
*************** Array constructors using square brackets
*** 986,994 ****
  than @code{(/.../)}.

  @item
! @code{FLUSH} statement. Note that this is not a complete implementation
! of the Fortran 2003 @code{FLUSH} statement, as the @code{IOMSG=}
! specifier of the I/O statements is not yet implemented.
  @end itemize


--- 986,995 ----
  than @code{(/.../)}.

  @item
! @code{FLUSH} statement.
!
! @item
! @code{IOMSG=} specifier for I/O statements.
  @end itemize


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