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]

gcc documentation: spelling fix ("supersede")


The following is against the gcc-2.95-release texinfo files.
	-Paul <kimoto@lightlink.com>

diff -rC3 egcs_gcc-2.95_19990728/gcc/extend.texi egcs/gcc/extend.texi
*** egcs_gcc-2.95_19990728/gcc/extend.texi	Wed Apr 14 01:34:34 1999
--- egcs/gcc/extend.texi	Fri Aug  6 13:34:49 1999
***************
*** 3097,3103 ****
  
  In the past, the GNU C++ compiler was extended to experiment with new
  features, at a time when the C++ language was still evolving. Now that
! the C++ standard is complete, some of those features are superceded by
  superior alternatives. Using the old features might cause a warning in
  some cases that the feature will be dropped in the future. In other
  cases, the feature might be gone already.
--- 3097,3103 ----
  
  In the past, the GNU C++ compiler was extended to experiment with new
  features, at a time when the C++ language was still evolving. Now that
! the C++ standard is complete, some of those features are superseded by
  superior alternatives. Using the old features might cause a warning in
  some cases that the feature will be dropped in the future. In other
  cases, the feature might be gone already.
diff -rC3 egcs_gcc-2.95_19990728/gcc/install.texi egcs/gcc/install.texi
*** egcs_gcc-2.95_19990728/gcc/install.texi	Mon May 17 14:14:34 1999
--- egcs/gcc/install.texi	Fri Aug  6 13:34:34 1999
***************
*** 5,11 ****
  @c The text of this file appears in the file INSTALL
  @c in the GCC distribution, as well as in the GCC manual.
  
! Note most of this information is out of date and superceded by the EGCS
  install procedures.  It is provided for historical reference only.
  
  @ifclear INSTALLONLY
--- 5,11 ----
  @c The text of this file appears in the file INSTALL
  @c in the GCC distribution, as well as in the GCC manual.
  
! Note most of this information is out of date and superseded by the EGCS
  install procedures.  It is provided for historical reference only.
  
  @ifclear INSTALLONLY
diff -rC3 egcs_gcc-2.95_19990728/gcc/invoke.texi egcs/gcc/invoke.texi
*** egcs_gcc-2.95_19990728/gcc/invoke.texi	Thu Jul 29 17:06:18 1999
--- egcs/gcc/invoke.texi	Fri Aug  6 13:33:57 1999
***************
*** 1103,1109 ****
  Downgrade messages about nonconformant code from errors to warnings.  By
  default, g++ effectively sets @samp{-pedantic-errors} without
  @samp{-pedantic}; this option reverses that.  This behavior and this
! option are superceded by @samp{-pedantic}, which works as it does for GNU C.
  
  @item -frepo
  Enable automatic template instantiation.  This option also implies
--- 1103,1109 ----
  Downgrade messages about nonconformant code from errors to warnings.  By
  default, g++ effectively sets @samp{-pedantic-errors} without
  @samp{-pedantic}; this option reverses that.  This behavior and this
! option are superseded by @samp{-pedantic}, which works as it does for GNU C.
  
  @item -frepo
  Enable automatic template instantiation.  This option also implies


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