On Thu, 23 Jun 2022, Alexandre Oliva via Gcc-patches wrote: > Introduce -nostdlib++ option > > Using g++ to link without libstdc++, as in g++.dg/abi/pure-virtual1.C, > is error prone, because there's no way to tell g++ to drop libstdc++ > without also dropping libc and any other libraries that the target > implicitly links in.
% grep -r nostdlib $WWWDOCS % Should this be documented in gcc-13/changes.html? Would you mind proposing a snippet (or going ahead and pushing it)? Gerald