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

index 5943f2b395df6c930db329cd82ea458cfaf733d1..847dee113d4038b00224c88eaf41839aa2012f13 100644 (file)
@@ -1 +1 @@
-20230118
+20230119
index 248b99d604178d514f1c3a07079d49402688324f..8399993fd504048c91d541596a2f406dc127d3f3 100644 (file)
@@ -1,3 +1,13 @@
+2023-01-18  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-12-22  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/105730
+       * src/c++11/compatibility-condvar.cc (__nothrow_wait_cv::wait):
+       Access private data member of base class and call its wait
+       member.
+
 2023-01-16  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: