]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 22 Dec 2022 00:20:54 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 22 Dec 2022 00:20:54 +0000 (00:20 +0000)
gcc/DATESTAMP
libgfortran/ChangeLog
libstdc++-v3/ChangeLog

index 1bcb133d5ced256946592caea64125e2b04ed7ff..4bbb3ed7e3499f2e94bc1348ab4f54358c460f53 100644 (file)
@@ -1 +1 @@
-20221221
+20221222
index e8bafe9e2aae37b1b19715d2e9ca832a02963798..feb1bf9deb399e5f8b84ce53305e242e3cbbd1e7 100644 (file)
@@ -1,3 +1,10 @@
+2022-12-21  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR libfortran/108056
+       * runtime/ISO_Fortran_binding.c (cfi_desc_to_gfc_desc,
+       gfc_desc_to_cfi_desc): Mostly revert to GCC 11 version for
+       those backward-compatiblity-only functions.
+
 2022-08-29  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index e43750b6db9557e2cd5ed19b9fd5206f86349fbc..9120913abb7aca8a5b642398a3ef8107aa19404a 100644 (file)
@@ -1,3 +1,30 @@
+2022-12-21  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-11-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/107814
+       * testsuite/experimental/filesystem/iterators/error_reporting.cc:
+       Use a static buffer with space after it.
+
+2022-12-21  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-12-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/expected (expected::_M_swap_val_unex): Guard the
+       correct object.
+       (expected::swap): Move is_swappable
+       requirement from static_assert to constraint.
+       (swap): Likewise.
+       (operator==): Remove noexcept-specifier.
+       * testsuite/20_util/expected/swap.cc: Check swapping of
+       types without non-throwing move constructor. Check constraints
+       on swap.
+       * testsuite/20_util/expected/unexpected.cc: Check constraints on
+       swap.
+       * testsuite/20_util/expected/equality.cc: New test.
+
 2022-12-14  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: