aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-01-19 00:17:35 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-01-19 00:17:35 +0000
commit9f98cfa51b416a2b40884b7d5202eb4daa801ec0 (patch)
tree53abb742e574d7ea73d691505bebbc4250af658d /libstdc++-v3
parent8e2c6e7b426b6c9c13076208b2e176d4aa1432f1 (diff)
downloadgcc-9f98cfa51b416a2b40884b7d5202eb4daa801ec0.zip
gcc-9f98cfa51b416a2b40884b7d5202eb4daa801ec0.tar.gz
gcc-9f98cfa51b416a2b40884b7d5202eb4daa801ec0.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e311d7c..8b4e652 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,33 @@
+2023-01-18 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/fs_path.h (u8path): Add deprecated attribute.
+ * testsuite/27_io/filesystem/path/construct/90281.cc: Add
+ -Wno-deprecated-declarations for C++20 and later.
+ * testsuite/27_io/filesystem/path/factory/u8path-char8_t.cc:
+ Likewise.
+ * testsuite/27_io/filesystem/path/factory/u8path.cc: Likewise.
+ * testsuite/27_io/filesystem/path/native/string.cc: Likewise.
+ * testsuite/27_io/filesystem/path/factory/u8path-depr.cc: New test.
+
+2023-01-18 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/random.h (random_device) [!_GLIBCXX_USE_DEV_RANDOM]:
+ Always call _M_fini and _M_getentropy.
+
+2023-01-18 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/policy_data_structures_biblio.xml: Adjust links
+ to www.open-std.org to use https.
+ (COM: Component Model Object Technologies): Rename from...
+ (The Component Object Model): ...to.
+ * doc/html/manual/policy_data_structures.html: Regenerate.
+
+2023-01-18 Dimitrij Mijoski <dmjpp@hotmail.com>
+
+ * testsuite/22_locale/codecvt/codecvt_unicode.cc: Simplify.
+ * testsuite/22_locale/codecvt/codecvt_unicode.h: Simplify.
+ * testsuite/22_locale/codecvt/codecvt_unicode_wchar_t.cc: Simplify.
+
2023-01-17 Jonathan Wakely <jwakely@redhat.com>
* acinclude.m4 (GLIBCXX_ZONEINFO_DIR): Check $target_os instead