]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 10 Jul 2024 00:21:12 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 10 Jul 2024 00:21:12 +0000 (00:21 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index b01fad6bd4fc0aa7a1834943aedf0c0c41e886ba..1f0d44748df7904963b10eca62a4770e5745f18f 100644 (file)
@@ -1 +1 @@
-20240709
+20240710
index 62345b0d11e5e948fbe41929f7e33b9d29f89210..92466e991a0daf0c17fc2f51afb4e07bad51236c 100644 (file)
@@ -1,3 +1,13 @@
+2024-07-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-07-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/115807
+       * include/c_compatibility/stdatomic.h (_Atomic): Ensure it
+       refers to std::atomic in the global namespace.
+       * testsuite/29_atomics/headers/stdatomic.h/115807.cc: New test.
+
 2024-06-27  Alexandre Oliva  <oliva@adacore.com>
 
        Backported from master: