This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5522dec054c aarch64: PR target/105157 Increase number of cores TARGET_C [...] new 29e355d0d67 libstdc++: Fix std::bad_expected_access constructor [PR105146] new 0dfaf562521 libstdc++: Fix std::expected<void, E>::swap(expected&) [PR105154] new 7b4495d3c40 libstdc++: Fix constraints on std::expected<void, E> constr [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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