aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-03-30 00:16:49 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-03-30 00:16:49 +0000
commit9f774626c021c244be6f4c9589c9dac71d544b15 (patch)
tree63ede9db8077964ecfae6edc338cea947ff37571 /libstdc++-v3/ChangeLog
parentc788a0eae0a7144e6f148162512fa2e93a45a035 (diff)
downloadgcc-9f774626c021c244be6f4c9589c9dac71d544b15.zip
gcc-9f774626c021c244be6f4c9589c9dac71d544b15.tar.gz
gcc-9f774626c021c244be6f4c9589c9dac71d544b15.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a64630f..e40b4f3 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,20 @@
+2022-03-29 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/18_support/exception/38732.cc: Disable for C++23.
+ * testsuite/18_support/headers/exception/synopsis.cc: Likewise.
+ * testsuite/18_support/unexpected_handler.cc: Likewise.
+
+2022-03-29 Jonathan Wakely <jwakely@redhat.com>
+
+ * libsupc++/compare (_Strong_order) [!__cpp_using_enum]: Add
+ static data members for _Fp_fmt enumerators.
+
+2022-03-29 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/std/version (__cpp_lib_variant): Fix conditions to
+ match <variant>.
+ (__cpp_lib_expected): Fix condition to match <expected>.
+
2022-03-28 Jonathan Wakely <jwakely@redhat.com>
* testsuite/20_util/optional/monadic/and_then.cc: Fix typo.