https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115410
--- Comment #5 from user202729 <user202729 at protonmail dot com> --- (In reply to Andrew Pinski from comment #3) > Except it is not valid. > > See https://gcc.gnu.org/pipermail/libstdc++/2004-February/021443.html which > changed this to be always a string comparison. Thanks for informing me. However, that comment talks about `type_info` names aren't merged (i.e. it's possible for the `__name` pointers to be different but their contents are the same), but is it possible for the virtual table address to be different for the same type? (I don't think it's possible because virtual table becomes linker symbols?)