diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-25 09:34:01 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-25 09:34:01 +0000 |
commit | 1e2c9a2761097a6758b6aaaf612d629aa7e9febf (patch) | |
tree | 345eb93e4734177027f079ff7a64993fecb368d8 /libstdc++-v3/ChangeLog | |
parent | d3e763efcb85d2b5967aeb3178567e435e796420 (diff) | |
download | gcc-1e2c9a2761097a6758b6aaaf612d629aa7e9febf.zip gcc-1e2c9a2761097a6758b6aaaf612d629aa7e9febf.tar.gz gcc-1e2c9a2761097a6758b6aaaf612d629aa7e9febf.tar.bz2 |
Daily bump.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 28e8fc3..a609d90 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,31 @@ +2020-11-24 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/97936 + PR libstdc++/97944 + * testsuite/29_atomics/atomic_integral/wait_notify.cc: Disable. + Do not require pthreads, but add -pthread when appropriate. + * testsuite/30_threads/jthread/95989.cc: Likewise. + * testsuite/30_threads/latch/3.cc: Likewise. + * testsuite/30_threads/semaphore/try_acquire_until.cc: Likewise. + +2020-11-24 Jonathan Wakely <jwakely@redhat.com> + + * testsuite/30_threads/jthread/95989.cc: Run all three test + functions, not just the first one twice. + +2020-11-24 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/67791 + * src/c++11/thread.cc (thread::_M_start_thread(_State_ptr, void (*)())): + Check that gthreads is available before calling __gthread_create. + +2020-11-24 Jonathan Wakely <jwakely@redhat.com> + + * src/c++98/locale.cc (locale::facet::_S_get_c_locale()) + (locale::id::_M_id() const): Use __is_single_threaded. + * src/c++98/locale_init.cc (locale::_S_initialize()): + Likewise. + 2020-11-23 Jonathan Wakely <jwakely@redhat.com> * include/bits/semaphore_base.h |