From: GCC Administrator Date: Tue, 17 Jan 2023 00:21:46 +0000 (+0000) Subject: Daily bump. X-Git-Tag: release-12.2.mpacbti-rel1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e95fa8c0b88b6e95b103077b6173c043d04228d0;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 748a3e005837..9081c2e74e5d 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230116 +20230117 diff --git a/libcpp/po/ChangeLog b/libcpp/po/ChangeLog index 4c0d40272e7a..8d5e5ce9ff40 100644 --- a/libcpp/po/ChangeLog +++ b/libcpp/po/ChangeLog @@ -1,3 +1,7 @@ +2023-01-16 Joseph Myers + + * ka.po: New. + 2023-01-09 Joseph Myers * eo.po: Update. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 02ec4a72b46e..248b99d60417 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,17 @@ +2023-01-16 Jonathan Wakely + + Backported from master: + 2022-08-04 Jonathan Wakely + + 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 Backported from master: