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]

Remove reference to fvtable-gc


Also suggest an item in cp/NEWS as fvtable-gc is mentioned in 2.95 as a
possible optimization with ffunction-section.

2001-07-28  Gordon Sadler  <gbsadler1@lcisp.com>

	* doc/invoke.texi(C++ Language Options): Remvoe reference to
	unsupported fvtable-gc.

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.3.2.21
diff -u -3 -p -b -r1.3.2.21 invoke.texi
--- invoke.texi	2001/07/26 13:55:03	1.3.2.21
+++ invoke.texi	2001/07/28 18:11:41
@@ -181,7 +181,7 @@ in the following sections.
 -fno-nonansi-builtins  -fno-operator-names @gol
 -fno-optional-diags  -fpermissive @gol
 -frepo  -fno-rtti  -fstats  -ftemplate-depth-@var{n} @gol
--fuse-cxa-atexit  -fvtable-gc  -fno-weak  -nostdinc++ @gol
+-fuse-cxa-atexit  -fno-weak  -nostdinc++ @gol
 -fno-default-inline  -Wctor-dtor-privacy @gol
 -Wnon-virtual-dtor  -Wreorder @gol
 -Weffc++  -Wno-deprecated @gol

-- 
Gordon Sadler


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