https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107135
--- Comment #4 from cqwrteur <unlvsur at live dot com> --- (In reply to Jonathan Wakely from comment #3) > Created attachment 53662 [details] > Define <bits/functexcept.h> function for freestanding > > I think I prefer this direction. Well i guess it would only work for sub classes of logic_error and bad_alloc. Herb Sutter said those EH will be terminate in the future even it is for hosted? I think a consistent behavior between freestanding and hosted are very important. Speaking the same words with different languages is just like spelling Chinese Words for Japanese Words, they are super confusing.