https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125151
Udo Steinbach <usenet at udoline dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |usenet at udoline dot de
--- Comment #2 from Udo Steinbach <usenet at udoline dot de> ---
I switched MingW Build winlibs.com from v14.2 to v16.1. Result was the named
error messages on something like { std::range_error(nullptr); }
GCC faults copy and move constructors, destructors and maybe move/copy
assignment operators on std::logic_error, std::range_error and 2 others, but
not all the others std exception classes (I have all 39 I found in use).
#define __cpp_lib_constexpr_exceptions=0 helps.
Target: x86_64-w64-mingw32
Thread model: mcf
Supported LTO compression algorithms: zlib zstd
gcc version 16.1.0 (MinGW-W64 x86_64-ucrt-mcf-seh, built by Brecht Sanders, r1)