diff options
author | Craig Burley <craig@jcb-sc.com> | 1999-04-22 23:14:03 +0000 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-04-22 19:14:03 -0400 |
commit | 3880e74583ae9cdf74a7821af6c74f845bff9391 (patch) | |
tree | fc40f1dfd4cd4478018d097d4a6018ac7b04630c /gcc | |
parent | 0aafb128c06a4cbc4a6940c98fbfa4b4975398fd (diff) | |
download | gcc-3880e74583ae9cdf74a7821af6c74f845bff9391.zip gcc-3880e74583ae9cdf74a7821af6c74f845bff9391.tar.gz gcc-3880e74583ae9cdf74a7821af6c74f845bff9391.tar.bz2 |
doc cleanup vis-a-vis f2c
From-SVN: r26595
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/f/g77.texi | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 1d163ac..c174d07 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -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: diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index 9bd3928..d648e64 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -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 |