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-aarch64-bootstrap in repository toolchain/ci/gcc.
from e5453bcc217 tree-optimization/105198 - wrong code with predictive commoning adds 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: gcc/config.gcc | 2 +- gcc/config/aarch64/aarch64.cc | 14 +++++++++----- gcc/config/aarch64/aarch64.h | 8 +++++++- 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 ++++++------ 7 files changed, 61 insertions(+), 16 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/expected/bad.cc