]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/ChangeLog
Daily bump.
[gcc.git] / libstdc++-v3 / ChangeLog
index 48395627ef17e8d2dfd86bb625b4bc9197ffb776..f3b21c28bc9e29c38dea81febfd5123b8abf2e87 100644 (file)
@@ -1,3 +1,28 @@
+2021-07-22  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-04-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/96657
+       * libsupc++/Makefile.am: Add atomicity.cc here.
+       * src/c++98/Makefile.am: Remove it from here.
+       * libsupc++/Makefile.in: Regenerate.
+       * src/c++98/Makefile.in: Regenerate.
+       * testsuite/18_support/exception_ptr/96657.cc: New test.
+
+2021-07-22  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-06-07  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/98842
+       * include/std/optional (operator<=>(const optional<T>& const U&)):
+       Add missing constraint and add workaround for template
+       recursion.
+       * testsuite/20_util/optional/relops/three_way.cc: Check that
+       type without equality comparison cannot be compared when wrapped
+       in std::optional.
+
 2021-07-14  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master:
This page took 0.027358 seconds and 5 git commands to generate.