diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-03-30 00:16:49 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-03-30 00:16:49 +0000 |
commit | 9f774626c021c244be6f4c9589c9dac71d544b15 (patch) | |
tree | 63ede9db8077964ecfae6edc338cea947ff37571 /libstdc++-v3 | |
parent | c788a0eae0a7144e6f148162512fa2e93a45a035 (diff) | |
download | gcc-9f774626c021c244be6f4c9589c9dac71d544b15.tar.gz |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a64630f09dd..e40b4f334a9 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. |