History log of /llvm-project/libcxxabi/test/cxa_call_terminate.pass.cpp (Results 1 – 1 of 1)
Revision Date Author Comments
# 0c9f537d 30-Jun-2024 Nikolas Klauser <nikolasklauser@berlin.de>

[libc++abi] Fix test failures with GCC 14 (#95759)

This adds a new `__cxa_call_terminate`, which GCC 14 generates calls to
now. Clang had `__clang_call_terminate` for the same use-case for a long

[libc++abi] Fix test failures with GCC 14 (#95759)

This adds a new `__cxa_call_terminate`, which GCC 14 generates calls to
now. Clang had `__clang_call_terminate` for the same use-case for a long
time. It also fixes a test that is enabled now, since GCC has the
`__has_feature` FTM now.

show more ...