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)
Tue, Oct 29, 9:05 PM
Unknown Object (File)
Mon, Oct 21, 12:19 AM
Unknown Object (File)
Tue, Oct 8, 3:16 PM
Unknown Object (File)
Sun, Oct 6, 9:43 PM
Unknown Object (File)
Sat, Oct 5, 9:53 AM
Unknown Object (File)
Oct 1 2024, 2:03 PM
Unknown Object (File)
Sep 21 2024, 5:23 AM
Unknown Object (File)
Sep 10 2024, 4:27 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 58958
Build 55845: arc lint + arc unit

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