]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 29 Apr 2023 00:18:31 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 29 Apr 2023 00:18:31 +0000 (00:18 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index dd82014ea01b640762b1c793bb53c06ff7677065..24dd3ed9702e5ae83a171a1efd0addacadfe0a39 100644 (file)
@@ -1 +1 @@
-20230428
+20230429
index eaf7f85c3fcb11972192e02cac9a17e4b324f74c..edb950078264317b2b1781ee6d4774f45915d06b 100644 (file)
@@ -1,3 +1,12 @@
+2023-04-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       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.
+
 2023-04-27  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: