[Bug middle-end/124340] Review of missing virtual destructors in multiple base classes

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 3 10:12:30 GMT 2026


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
It looks like adding this could make sense:

protected:
  ~ao_compare() = default;


More information about the Gcc-bugs mailing list