summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-04-04 08:00:40 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-04-04 08:00:40 +0000
commit8af4270d3fd3000395dcf2b47dc5b5579bfd39fb (patch)
tree8598e6e1c426e3b5e83051321c02e596c255863b /libstdc++-v3
parent865e36a08b99dcb2d3f0be958b0f33affe42d698 (diff)
downloadgcc-8af4270d3fd3000395dcf2b47dc5b5579bfd39fb.tar.gz
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 92dc05f0e4f..59c784378d9 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,30 @@
+2022-04-02 Jakub Jelinek <jakub@redhat.com>
+
+ PR libstdc++/105128
+ * include/std/source_location (std::source_location::__impl): Move
+ definition before using __builtin_ret_type.
+
+2022-04-01 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/std/utility (unreachable): Define for C++23.
+ * include/std/version (__cpp_lib_unreachable): Define.
+ * src/c++11/debug.cc (__glibcxx_assert_fail): Check for valid
+ arguments. Handle only the function being given.
+ * testsuite/20_util/unreachable/1.cc: New test.
+ * testsuite/20_util/unreachable/version.cc: New test.
+
+2022-04-01 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/experimental/bits/fs_fwd.h (copy_file): Remove
+ incorrect noexcept from declaration.
+ * include/experimental/bits/fs_path.h (path::begin, path::end):
+ Add noexcept to declarations, to match definitions.
+
+2022-04-01 Timm Bäder <tbaeder@redhat.com>
+
+ * include/bits/fs_ops.h: Fix filename in Doxygen comment.
+ * include/experimental/bits/fs_ops.h: Likewise.
+
2022-03-31 Jonathan Wakely <jwakely@redhat.com>
* libsupc++/new_opa.cc (aligned_alloc): Add comment.