From c12c792dc19a28129adf6da7464aac10b4d0257e Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Tue, 2 Mar 1999 21:45:55 +0000 Subject: [PATCH] doc changes from Dave Love left over From-SVN: r25549 --- gcc/f/ChangeLog | 4 ++++ gcc/f/g77.texi | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 0d6349f90be..e5928e5d006 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 3 00:43:49 1999 Craig Burley + + * g77.texi: Add remaining changes pending from Dave Love. + Wed Mar 3 00:38:42 1999 Craig Burley * bugs.texi, news.texi: Conditionalize cross-references diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index 118d10b0d27..febe7277032 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -6711,7 +6711,10 @@ These Fortran 90 features are supported: @cindex FORMAT descriptors @cindex Z edit descriptor @cindex edit descriptor, Z -The @code{Z} edit descriptor is supported. +@cindex O edit descriptor +@cindex edit descriptor, O +The @code{O} and @code{Z} edit descriptors are supported for I/O of +integers in octal and hexadecimal formats, respectively. @item The @code{FILE=} specifier may be omitted in an @code{OPEN} statement if @code{STATUS='SCRATCH'} is supplied. The @code{STATUS='REPLACE'} @@ -6774,6 +6777,7 @@ permitted. Character constants may be enclosed in double quotes @item Binary, octal and hexadecimal constants These are supported more generally than required by Fortran 90. @xref{Integer Type}. +@item @samp{O} and @samp{Z} edit descriptors @item @code{NAMELIST} @xref{NAMELIST}. @item @code{OPEN} specifiers