https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106908
Bug ID: 106908 Summary: libsupc++ wrong declaration of __unexpected_handler Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: ralphengels at gmail dot com Target Milestone: --- the declaration of __unexpected_handler in unwind-cxx.h is wrongly declared as extern std::terminate_handler __unexpected_handler; should be extern std::unexpected_handler __unexpected_handler;