https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117683

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
           Keywords|                            |code-size

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
You know most places which are size constraints ban the use of RTTI.

If you don't need RTTI, you can use the option -fno-rtti and that will not emit
these strings.

Reply via email to