[Bug c++/115410] Missing optimization: typeid(*a)==typeid(*b) could be optimized to a->_vptr==b->_vptr

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 10 06:33:54 GMT 2024


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

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
They can be different due to the way shared libraries work.


More information about the Gcc-bugs mailing list