[Bug c++/95567] Defaulted virtual <=> has the wrong behavior, vtable is checked when it should not be

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Aug 10 16:43:37 GMT 2021


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2020-10-28 00:00:00         |2021-8-10
            Summary|Defaulted virtual <=> has   |Defaulted virtual <=> has
                   |the wrong behavior          |the wrong behavior, vtable
                   |                            |is checked when it should
                   |                            |not be

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Right it is checking the vtable for equality.


More information about the Gcc-bugs mailing list