On 8/21/24 13:38, John Baldwin wrote:
The branch main has been updated by jhb:
URL:
https://cgit.FreeBSD.org/src/commit/?id=297a9e552b9a5adf07d195eae9649b0758f395af
commit 297a9e552b9a5adf07d195eae9649b0758f395af
Author: John Baldwin <[email protected]>
AuthorDate: 2024-08-21 17:37:48 +0000
Commit: John Baldwin <[email protected]>
CommitDate: 2024-08-21 17:37:48 +0000
libcxxrt: Add a stub implementation of __cxa_call_terminate
This function is called by GCC 14 if a destructor invoked during
exception unwinding throws an exception.
Reviewed by: emaste
Obtained from: libcxxrt commit 391a3dcc1054e18c2f0dff4e14d6d79ac95399d7
Differential Revision: https://reviews.freebsd.org/D46004
This should be the last commit needed to build amd64 with GCC 14 via the
amd64-gcc14 package.
--
John Baldwin