https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99299
Celeste Liu <uwu at coelacanthus dot name> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |uwu at coelacanthus dot name
--- Comment #12 from Celeste Liu <uwu at coelacanthus dot name> ---
Since C++26 has std::breakpoint as the standardized version of
__builtin_debugtrap(). We have to implement a recoverable version of
__builtin_trap() in GCC. So implementing __builtin_debugtrap to be used in C
code is natural.