[gcc r11-10582] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Fri Mar 17 00:20:10 GMT 2023
https://gcc.gnu.org/g:cd38f23836220e15ceec90d0ccce5edce432f0e7
commit r11-10582-gcd38f23836220e15ceec90d0ccce5edce432f0e7
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Fri Mar 17 00:19:30 2023 +0000
Daily bump.
Diff:
---
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 1 deletion(-)
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index b0f638be23e..348f4b8a133 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230316
+20230317
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ad02e89f20c..52981606ee3 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,46 @@
+2023-03-16 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2023-02-02 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/108636
+ * include/bits/fs_path.h (path::path(string_view, _Type))
+ (path::_Cmpt::_Cmpt(string_view, _Type, size_t)): Move inline
+ definitions to ...
+ * src/c++17/fs_path.cc: ... here.
+ * testsuite/27_io/filesystem/path/108636.cc: New test.
+
+2023-03-16 Jonathan Wakely <jwakely@redhat.com>
+
+ * src/c++17/fs_ops.cc [AVR] (not_supported): Define as a macro
+ for function_not_supported.
+ * src/filesystem/ops-common.h [AVR] (ENOTSUP): Define as a macro
+ for ENOSYS.
+
+2023-03-16 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2023-02-01 Jonathan Wakely <jwakely@redhat.com>
+
+ * src/c++11/random.cc (random_device::_M_fini): Do not try to
+ close the file handle if the target doesn't support the
+ /dev/random and /dev/urandom files.
+
+2023-03-16 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2023-02-01 Jonathan Wakely <jwakely@redhat.com>
+
+ * config/os/generic/error_constants.h (errc::value_too_large)
+ [__AVR__]: Define.
+ * src/c++11/system_error.cc
+ (system_category::default_error_condition) [__AVR__]: Only match
+ recognize values equal to EDOM, ERANGE, ENOSYS and EINTR.
+ * src/c++17/fs_ops.cc (fs::current_path) [__AVR__]: Do not use
+ getcwd.
+ * src/filesystem/ops-common.h [__AVR__]: Do not use POSIX open,
+ close etc.
+
2023-03-10 Thomas W Rodgers <rodgert@twrodgers.com>
Backported from master:
More information about the Libstdc++-cvs
mailing list