summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-07-01 00:16:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-07-01 00:16:27 +0000
commit976196b3332d4f56248e7a1401e5e373501598e4 (patch)
tree77f3bc5d240ac7c0ac05db94dbc26fe344885954 /libstdc++-v3
parent762fd5e5547e464e25b4bee435db6df4eda0de90 (diff)
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 83ac2306d7e..ad72e884032 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,30 @@
+2022-06-30 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/utility.h: Fix comment typos.
+
+2022-06-30 Jonathan Wakely <jwakely@redhat.com>
+
+ * src/c++17/fs_ops.cc (fs::temp_directory_path()): Include path
+ in exception.
+ (fs::temp_directory_path(error_code&)): Rearrange to more
+ closely match the structure of the first overload.
+ * src/filesystem/ops.cc (fs::temp_directory_path): Likewise.
+ * testsuite/27_io/filesystem/operations/temp_directory_path.cc:
+ Check that exception contains the path.
+ * testsuite/experimental/filesystem/operations/temp_directory_path.cc:
+ Likewise.
+
+2022-06-30 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/88881
+ * src/filesystem/ops.cc (has_trailing_slash): New helper
+ function.
+ (fs::status): Strip trailing slashes.
+ (fs::symlink_status): Likewise.
+ * testsuite/experimental/filesystem/operations/temp_directory_path.cc:
+ Clean the environment before each test and use TMP instead of
+ TMPDIR so the test passes on Windows.
+
2022-06-28 Jonathan Wakely <jwakely@redhat.com>
* src/filesystem/dir-common.h (_Dir_base::_At_path):