* invoke.texi (-fthis-is-variable): Remove documentation.
authorMark Mitchell <mark@codesourcery.com>
Mon, 20 Sep 1999 20:24:42 +0000 (20:24 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 20 Sep 1999 20:24:42 +0000 (20:24 +0000)
From-SVN: r29532

gcc/ChangeLog
gcc/invoke.texi

index 1797612..f74b292 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep 20 13:29:41 1999  Mark Mitchell  <mark@codesourcery.com>
+
+       * invoke.texi (-fthis-is-variable): Remove documentation.
+
 Mon Sep 20 12:59:16 1999  Richard Henderson  <rth@cygnus.com>
 
        * basic-block.h (compute_bb_for_insn): Declare.
index 43bd749..a8190d9 100644 (file)
@@ -109,7 +109,7 @@ in the following sections.
 -fhonor-std -fhuge-objects  -fno-implicit-templates  -finit-priority
 -fno-implement-inlines -fname-mangling-version-@var{n}  -fno-default-inline  
 -foperator-names  -fno-optional-diags  -fpermissive -frepo  -fstrict-prototype
--fsquangle  -ftemplate-depth-@var{n}  -fthis-is-variable  -fvtable-thunks
+-fsquangle  -ftemplate-depth-@var{n} -fvtable-thunks
 -nostdinc++  -Wctor-dtor-privacy -Wno-deprecated -Weffc++  
 -Wno-non-template-friend 
 -Wnon-virtual-dtor  -Wold-style-cast  -Woverloaded-virtual  
@@ -1160,15 +1160,6 @@ A limit on the template instantiation depth is needed to detect
 endless recursions during template class instantiation. ANSI/ISO C++
 conforming programs must not rely on a maximum depth greater than 17.
 
-@item -fthis-is-variable
-Permit assignment to @code{this}.  The incorporation of user-defined
-free store management into C++ has made assignment to @samp{this} an
-anachronism.  Therefore, by default it is invalid to assign to
-@code{this} within a class member function; that is, GNU C++ treats
-@samp{this} in a member function of class @code{X} as a non-lvalue of
-type @samp{X *}.  However, for backwards compatibility, you can make it
-valid with @samp{-fthis-is-variable}.
-
 @item -fvtable-thunks
 Use @samp{thunks} to implement the virtual function dispatch table
 (@samp{vtable}).  The traditional (cfront-style) approach to