https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100415
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|libgcc |libstdc++
Ever confirmed|0 |1
Last reconfirmed| |2021-05-04
Status|UNCONFIRMED |NEW
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This happens in libsupc++/eh_personality.cc set the thrown type to
__forced_unwind:
// During forced unwinding, match a magic exception type.
if (actions & _UA_FORCE_UNWIND)
{
throw_type = &typeid(abi::__forced_unwind);
}