diff options
author | Dave Love <fx@gcc.gnu.org> | 1998-05-22 10:22:44 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-05-22 10:22:44 +0000 |
commit | e72d9e6b9d407fe7deae53945d0a54020ee8f792 (patch) | |
tree | 26abddd51a2b48245838fe84dc0f94bb8d442182 /gcc | |
parent | 038fb86f047698c159302f913fbf2f1e8002dda2 (diff) | |
download | gcc-e72d9e6b9d407fe7deae53945d0a54020ee8f792.zip gcc-e72d9e6b9d407fe7deae53945d0a54020ee8f792.tar.gz gcc-e72d9e6b9d407fe7deae53945d0a54020ee8f792.tar.bz2 |
JCB update
From-SVN: r19951
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/g77.texi | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index e5cdd67..79cdd1f 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -11,11 +11,12 @@ } @end tex -@set last-up-date 1998-04-20 -@set version-g77 0.5.23 - @c %**start of header @setfilename g77.info + +@set last-up-date 1998-05-19 +@set version-g77 0.5.23 + @c @setfilename useg77.info @c @setfilename portg77.info @c To produce the full manual, use the "g77.info" setfilename, and @@ -147,9 +148,9 @@ original English. @ifinfo -@dircategory Fortran Programming +@dircategory Programming @direntry -* g77: (g77). The GNU Fortran compilation system. +* g77: (g77). The GNU Fortran compiler. @end direntry @node Top, Copying,, (DIR) @top Introduction @@ -694,6 +695,11 @@ So far, this has resulted in the three, somewhat experimental, options added by @code{g77} to the @code{gcc} compiler and its back end. +(These, in turn, have made their way into the @code{egcs} +version of the compiler, and do not exist in @code{gcc} +version 2.8 or versions of @code{g77} based on that version +of @code{gcc}.) + @item John Carr (@email{jfc@@mit.edu}) wrote the alias analysis improvements. |