diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-22 10:22:44 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-22 10:22:44 +0000 |
commit | 277877e386ee6fc4bb304fcefe6a9827a5627fda (patch) | |
tree | 26abddd51a2b48245838fe84dc0f94bb8d442182 /gcc/f/g77.texi | |
parent | 708b78c2523f513af125203a0301b1569d846415 (diff) | |
download | gcc-277877e386ee6fc4bb304fcefe6a9827a5627fda.tar.gz |
JCB update
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19951 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/g77.texi')
-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 e5cdd67ec50..79cdd1f2879 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. |