https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100180
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:f0d22d31ceb1373f17045f2527ef2f2251d93be8 commit r10-9744-gf0d22d31ceb1373f17045f2527ef2f2251d93be8 Author: Jonathan Wakely <jwak...@redhat.com> Date: Wed Apr 21 15:48:02 2021 +0100 libstdc++: Disable test for non-gthreads targets [PR 100180] The Networking TS code still requires std::mutex on this branch, so the tests shouldn't run on targets without gthreads. PR libstdc++/100180 * testsuite/experimental/net/internet/address/v6/members.cc: Require gthreads.