This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

doc cleanup vis-a-vis f2c


Committed.

        tq vm, (burley)


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.

*** g77-e/gcc/f/g77.texi.~1~	Fri Apr 23 01:47:53 1999
--- g77-e/gcc/f/g77.texi	Fri Apr 23 02:09:26 1999
*************** of these features.)
*** 9494,9501 ****
  @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.
  
  @node Compiler Speed
--- 9494,9502 ----
  @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 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]