This function is called by GCC 14 if a destructor invoked during
exception unwinding throws an exception.
Obtained from: libcxxrt commit 391a3dcc1054e18c2f0dff4e14d6d79ac95399d7
Differential D46004
libcxxrt: Add a stub implementation of __cxa_call_terminate jhb on Jul 17 2024, 7:16 PM. Authored by Tags None Referenced Files
Subscribers None
Details This function is called by GCC 14 if a destructor invoked during Obtained from: libcxxrt commit 391a3dcc1054e18c2f0dff4e14d6d79ac95399d7
Diff Detail
Event TimelineComment Actions I am not at all confident that this implementation is correct, and I've opened an upstream issue at https://github.com/libcxxrt/libcxxrt/issues/35 Comment Actions This has now been merged upstream to libcxxrt at https://github.com/libcxxrt/libcxxrt/pull/36. This is the last change needed to permit building amd64 with GCC 14. |