2018-11-11 Sandra Loosemore <sandra@codesourcery.com>
PR c++/43105
gcc/
* doc/invoke.texi (C++ Dialect Options): Add warning about mixing
-frtti and -fno-rtti code.
From-SVN: r266020
+2018-11-11 Sandra Loosemore <sandra@codesourcery.com>
+
+ PR c++/43105
+ * doc/invoke.texi (C++ Dialect Options): Add warning about mixing
+ -frtti and -fno-rtti code.
+
2018-11-11 Sandra Loosemore <sandra@codesourcery.com>
PR c/26366
do not require run-time type information, i.e.@: casts to @code{void *} or to
unambiguous base classes.
+Mixing code compiled with @option{-frtti} with that compiled with
+@option{-fno-rtti} may not work. For example, programs may
+fail to link if a class compiled with @option{-fno-rtti} is used as a base
+for a class compiled with @option{-frtti}.
+
@item -fsized-deallocation
@opindex fsized-deallocation
Enable the built-in global declarations