]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 17 Jan 2023 00:21:46 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 17 Jan 2023 00:21:46 +0000 (00:21 +0000)
gcc/DATESTAMP
libcpp/po/ChangeLog
libstdc++-v3/ChangeLog

index 748a3e005837f7b00409e6b78f11284851f26e66..9081c2e74e5d2710820a961b37c1dce7c2478115 100644 (file)
@@ -1 +1 @@
-20230116
+20230117
index 4c0d40272e7ae9504ce458fe31c347e935d4d8aa..8d5e5ce9ff40ea2a8ab5637201edc82dddaa02c2 100644 (file)
@@ -1,3 +1,7 @@
+2023-01-16  Joseph Myers  <joseph@codesourcery.com>
+
+       * ka.po: New.
+
 2023-01-09  Joseph Myers  <joseph@codesourcery.com>
 
        * eo.po: Update.
index 02ec4a72b46e4f31a01ea266bbbc05fc14f9c69b..248b99d604178d514f1c3a07079d49402688324f 100644 (file)
@@ -1,3 +1,17 @@
+2023-01-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-08-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/106183
+       * include/bits/atomic_wait.h (__waiter_pool_base::_M_notify):
+       Move increment of _M_ver here.
+       [!_GLIBCXX_HAVE_PLATFORM_WAIT]: Lock mutex around increment.
+       Use relaxed memory order and always notify all waiters.
+       (__waiter_base::_M_do_wait) [!_GLIBCXX_HAVE_PLATFORM_WAIT]:
+       Check value again after locking mutex.
+       (__waiter_base::_M_notify): Remove increment of _M_ver.
+
 2023-01-05  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: