This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from ee9fa8a5792 [Ada] reenable ada83 library unit renaming error adds 476f305b6cf libstdc++: Add missing constexpr to std::optional (P2231R1) adds 6e3bfd60e87 libstdc++: Fix test for feature test macro adds 3d0a7271b38 Add debug helpers for auto_bitmap. adds f837785cc43 aarch64: Remove redundant flag_vect_cost_model test new ff2b92de13f ipa-cp: Propagation boost for recursion generated values new d67b22e7315 Darwin: Update quotes in driver warning messages. new a311163fd81 Do not call range_on_path_entry for SSAs defined within the path
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: gcc/bitmap.c | 12 ++ gcc/bitmap.h | 3 + gcc/config/aarch64/aarch64.c | 214 ++++++++++----------- gcc/config/darwin-driver.c | 52 ++--- gcc/gimple-range-path.cc | 6 +- gcc/ipa-cp.c | 161 ++++++++-------- gcc/params.opt | 4 + gcc/testsuite/gcc.dg/tree-ssa/pr102736.c | 21 ++ libstdc++-v3/include/bits/stl_construct.h | 15 +- libstdc++-v3/include/std/optional | 39 ++-- libstdc++-v3/include/std/version | 5 +- .../20_util/is_layout_compatible/version.cc | 2 +- .../testsuite/20_util/optional/constexpr/assign.cc | 94 +++++++++ .../20_util/optional/constexpr/cons/conv.cc | 22 +++ .../20_util/optional/constexpr/modifiers.cc | 19 ++ .../testsuite/20_util/optional/constexpr/swap.cc | 29 +++ .../testsuite/20_util/optional/requirements.cc | 9 + libstdc++-v3/testsuite/20_util/optional/version.cc | 11 ++ 18 files changed, 486 insertions(+), 232 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102736.c create mode 100644 libstdc++-v3/testsuite/20_util/optional/constexpr/assign.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/constexpr/cons/conv.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/constexpr/modifiers.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/constexpr/swap.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/version.cc