diff options
author | Craig Burley <craig@jcb-sc.com> | 1999-03-02 21:45:55 +0000 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-03-02 16:45:55 -0500 |
commit | c12c792dc19a28129adf6da7464aac10b4d0257e (patch) | |
tree | 8871486e702346d8fffaa3a05544e6d09d342c1f | |
parent | 5efcdab15fbaaf8119b73c36a9b4d8e14a10360d (diff) | |
download | gcc-c12c792dc19a28129adf6da7464aac10b4d0257e.zip gcc-c12c792dc19a28129adf6da7464aac10b4d0257e.tar.gz gcc-c12c792dc19a28129adf6da7464aac10b4d0257e.tar.bz2 |
doc changes from Dave Love left over
From-SVN: r25549
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/g77.texi | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 0d6349f..e5928e5 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 3 00:43:49 1999 Craig Burley <craig@jcb-sc.com> + + * g77.texi: Add remaining changes pending from Dave Love. + Wed Mar 3 00:38:42 1999 Craig Burley <craig@jcb-sc.com> * bugs.texi, news.texi: Conditionalize cross-references diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index 118d10b..febe727 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 |