http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59106
Alexey Samsonov <samsonov at google dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samsonov at google dot com --- Comment #4 from Alexey Samsonov <samsonov at google dot com> --- Yeah, in LLVM/Clang we build C++-specific part of UBSan with -frtti (and link it to C++ programs only), and the rest sanitizers with -fno-rtti.