Date: Thu, 22 Aug 2024 10:54:12 -0400 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 297a9e552b9a - main - libcxxrt: Add a stub implementation of __cxa_call_terminate Message-ID: <4a779668-5060-4bb2-8e61-d593538fd609@FreeBSD.org> In-Reply-To: <202408211738.47LHc4LV092051@gitrepo.freebsd.org> References: <202408211738.47LHc4LV092051@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> > AuthorDate: 2024-08-21 17:37:48 +0000 > Commit: John Baldwin <jhb@FreeBSD.org> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4a779668-5060-4bb2-8e61-d593538fd609>