aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-09-08 00:18:33 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-09-08 00:18:33 +0000
commitfe2a8ce93c86e05730ee9b975f413cb3fc288d94 (patch)
tree558a827805b97df685d5b3be9967cfd69e9e211a /libstdc++-v3
parentd7f282c4243e24f567b11a5cb6048a27a3df733d (diff)
downloadgcc-fe2a8ce93c86e05730ee9b975f413cb3fc288d94.zip
gcc-fe2a8ce93c86e05730ee9b975f413cb3fc288d94.tar.gz
gcc-fe2a8ce93c86e05730ee9b975f413cb3fc288d94.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 78913d8..958f6de 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,26 @@
+2022-09-07 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/std/barrier: Add missing runtime exception.
+
+2022-09-07 Patrick Palka <ppalka@redhat.com>
+
+ * include/std/type_traits (is_reference): Make the primary
+ template derive from false_type. Define two partial
+ specializations that derive from true_type.
+
+2022-09-07 Patrick Palka <ppalka@redhat.com>
+
+ * include/std/type_traits (__is_void_helper): Remove.
+ (is_void): Make the primary template derive from false_type,
+ and define four explicit specializations that derive from
+ true_type.
+ (__is_null_pointer_helper, is_null_pointer): Likewise.
+
+2022-09-07 Jason Merrill <jason@redhat.com>
+
+ * libsupc++/dyncast.cc (__dynamic_cast): Avoid virtual function
+ call in simple success case.
+
2022-09-06 Philipp Fent <fent@in.tum.de>
* testsuite/libstdc++-prettyprinters/48362.cc: Fix expected