From: Jason Merrill Date: Thu, 30 Sep 1999 00:50:37 +0000 (-0400) Subject: update -fno-rtti X-Git-Tag: prereleases/libstdc++-2.92~10307 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7fbfcf92ab03b0ec5dc8d54110ab3e3a0436f6c;p=thirdparty%2Fgcc.git update -fno-rtti From-SVN: r29716 --- diff --git a/gcc/invoke.texi b/gcc/invoke.texi index aa1f2c03ba9a..9e9d66482a3d 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1127,11 +1127,12 @@ Enable automatic template instantiation. This option also implies information. @item -fno-rtti -Disable generation of the information used by C++ runtime type -identification features (@samp{dynamic_cast} and @samp{typeid}). If you -don't use those parts of the language (or exception handling, which uses -@samp{dynamic_cast} internally), you can save some space by using this -flag. +Disable generation of information about every class with virtual +functions for use by the C++ runtime type identification features +(@samp{dynamic_cast} and @samp{typeid}). If you don't use those parts +of the language, you can save some space by using this flag. Note that +exception handling uses the same information, but it will generate it as +needed. @item -fstrict-prototype Within an @samp{extern "C"} linkage specification, treat a function