https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112997
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:8c5d00f8291d718ef64c742b9c971e16f75e5074 commit r14-6975-g8c5d00f8291d718ef64c742b9c971e16f75e5074 Author: Jonathan Wakely <jwak...@redhat.com> Date: Wed Dec 13 09:45:44 2023 +0000 libstdc++: Avoid conflicting declaration in eh_call.cc [PR112997] r14-1527-g2415024e0f81f8 changed the parameter of the __cxa_call_terminate definition, but there's also a declaration in unwind-cxx.h which should have been changed too. libstdc++-v3/ChangeLog: PR libstdc++/112997 * libsupc++/unwind-cxx.h (__cxa_call_terminate): Change first parameter to void*.