OSDN Git Service

doc cleanup vis-a-vis f2c
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 1999 23:14:03 +0000 (23:14 +0000)
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 1999 23:14:03 +0000 (23:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26595 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/g77.texi

index 1d163ac..c174d07 100644 (file)
@@ -1,3 +1,8 @@
+Fri Apr 23 02:08:32 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * g77.texi (Compiler Prototypes): Replace "missing" subscript-
+       checking option with something else.
+
 Fri Apr 23 01:48:28 1999  Craig Burley  <craig@jcb-sc.com>
 
        Support new -fsubscript-check and -ff2c-subscript-check options:
index 9bd3928..d648e64 100644 (file)
@@ -9493,10 +9493,11 @@ of these features.)
 
 @code{g77} offers a whole bunch of compiler options that @code{f2c} doesn't.
 
-However, @code{f2c} offers a few that @code{g77} doesn't, like an
-option to generate code to check array subscripts at run time.
-It is expected that @code{g77} will offer some or all of these
-missing options at some time in the future.
+However, @code{f2c} offers a few that @code{g77} doesn't,
+like an option to have @code{REAL} default to @code{REAL*8}.
+It is expected that @code{g77} will offer all of the
+missing options pertinent to being a Fortran compiler
+at some time in the future.
 
 @node Compiler Speed
 @subsection Compiler Speed