This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-build_cross in repository toolchain/ci/gcc.
from e778e7beda0 Daily bump. adds ae7e5146d7b Daily bump. adds 3a63bbbfd29 Daily bump. adds b0d29239bd2 libstdc++: Fix std::any constraints [PR101034] adds 37864c5e6aa libstdc++: Fix constraint on std::optional assignment [PR 100982] adds 1bb1b6a5e70 libstdc++: Adjust expected errors in tests when compiled as C++20
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- libstdc++-v3/include/std/any | 4 ++-- libstdc++-v3/include/std/optional | 2 +- libstdc++-v3/testsuite/20_util/any/cons/101034.cc | 11 +++++++++++ .../testsuite/20_util/optional/assignment/100982.cc | 17 +++++++++++++++++ .../testsuite/20_util/scoped_allocator/69293_neg.cc | 1 + .../testsuite/20_util/uses_allocator/69293_neg.cc | 3 ++- .../testsuite/20_util/uses_allocator/cons_neg.cc | 1 + 8 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/any/cons/101034.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/assignment/100982.cc