This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 5522dec054c aarch64: PR target/105157 Increase number of cores TARGET_C [...] adds 29e355d0d67 libstdc++: Fix std::bad_expected_access constructor [PR105146] adds 0dfaf562521 libstdc++: Fix std::expected<void, E>::swap(expected&) [PR105154] adds 7b4495d3c40 libstdc++: Fix constraints on std::expected<void, E> constr [...]
No new revisions were added by this update.
Summary of changes: libstdc++-v3/include/std/expected | 8 +++++--- libstdc++-v3/testsuite/20_util/expected/bad.cc | 15 +++++++++++++++ libstdc++-v3/testsuite/20_util/expected/cons.cc | 18 ++++++++++++++++++ libstdc++-v3/testsuite/20_util/expected/swap.cc | 12 ++++++------ 4 files changed, 44 insertions(+), 9 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/expected/bad.cc