summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-07-06 00:16:33 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-07-06 00:16:33 +0000
commitd1f3a3fffeb40e646ec5a643783cd753fa7def33 (patch)
tree1fe841bff46f80529b53bbceb4f6b36e19ae8a20 /libstdc++-v3
parentc70a48a8f8f6a43b35f783b5672c9a3c0a363c31 (diff)
downloadgcc-d1f3a3fffeb40e646ec5a643783cd753fa7def33.tar.gz
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 90c5d78b083..3a38b0a03c6 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,13 @@
+2022-07-05 Alexandre Oliva <oliva@adacore.com>
+
+ * testsuite/util/testsuite_fs.h (nonexistent_path): Explain
+ why we need the typecast.
+
+2022-07-05 Alexandre Oliva <oliva@adacore.com>
+
+ * testsuite/util/testsuite_fs.h (nonexistent_path): Convert
+ the getpid result to an integral type.
+
2022-07-01 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/106162