This patch broke bootstrap on AIX. std::thread is not provided in all instances. GCC is not compiled multi-threaded by default.
error: `std::thread' has not been declared. Thanks, David
David Edelsohn via Gcc-patches Wed, 21 Apr 2021 08:50:39 -0700
This patch broke bootstrap on AIX. std::thread is not provided in all instances. GCC is not compiled multi-threaded by default.
error: `std::thread' has not been declared. Thanks, David