On 5/17/21 7:13 PM, Jonathan Wakely via Gcc-patches wrote: > libstdc++-v3/ChangeLog: > > * include/std/thread (jthread::_S_create): Fix static assert > message. > * testsuite/30_threads/jthread/95989.cc: Re-enable test. > * testsuite/30_threads/jthread/jthread.cc: Do not require > pthread effective target. > * testsuite/30_threads/jthread/2.cc: Moved to... > * testsuite/30_threads/jthread/version.cc: ...here. > > Tested powerpc64le-linux. Committed to trunk. > > Let's see if this test is actually fixed, or if it still causes > failures on some targets. > >
Yes, indeed it is failing on x86_64-pc-linux-gnu. Bernd.