Page MenuHomeFreeBSD

libcxxrt: Add a stub implementation of __cxa_call_terminate
ClosedPublic

Authored by jhb on Jul 17 2024, 7:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 14, 1:25 AM
Unknown Object (File)
Sun, Aug 9, 11:18 AM
Unknown Object (File)
Sat, Aug 8, 4:44 PM
Unknown Object (File)
Fri, Aug 7, 10:09 PM
Unknown Object (File)
Fri, Aug 7, 3:41 PM
Unknown Object (File)
Thu, Aug 6, 2:11 PM
Unknown Object (File)
Thu, Aug 6, 1:01 PM
Unknown Object (File)
Wed, Aug 5, 8:37 AM
Subscribers
None

Details

Summary

This function is called by GCC 14 if a destructor invoked during
exception unwinding throws an exception.

Obtained from: libcxxrt commit 391a3dcc1054e18c2f0dff4e14d6d79ac95399d7

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

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.

This revision is now accepted and ready to land.Aug 20 2024, 8:49 PM