https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115585
--- Comment #6 from cqwrteur <unlvsur at live dot com> --- (In reply to Andrew Pinski from comment #3) > https://gcc.gnu.org/onlinedocs/gcc-14.1.0/libstdc++/manual/manual/configure. > html > > > --disable-libstdcxx-verbose > By default, the library is configured to write descriptive messages to > standard error for certain events such as calling a pure virtual function or > the invocation of the standard terminate handler. Those messages cause the > library to depend on the demangler and standard I/O facilities, which might > be undesirable in a low-memory environment or when standard error is not > available. This option disables those messages. This option does not change > the library ABI. > > Either the documentation is incorrect or we should provide an empty one. i have provided an empty implementation that fixes the issue. Please review my patch and merge it