https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116857
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:1b09baab8c751c6d14c1028dcaf9497a5c39b695 commit r14-10738-g1b09baab8c751c6d14c1028dcaf9497a5c39b695 Author: Jonathan Wakely <jwak...@redhat.com> Date: Thu Sep 26 12:12:13 2024 +0100 libstdc++: Remove noexcept-specifier from MCF __cxa_guard_acquire [PR116857] This function definition should not be marked as non-throwing, because the declaration in <cxxabi.h> is potentially throwing. Also fix whitespace. libstdc++-v3/ChangeLog: PR libstdc++/116857 * libsupc++/guard.cc (__cxa_guard_acquire): Remove _GLIBCXX_NOTHROW to match declaration in <cxxabi.h>. (cherry picked from commit efdda203f52b9b55ef9acc8ad668bbd0570a8de6)