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 d4f6dbe1837 Allow more kinds of invariant addresses in GIMPLE FE adds 313193edfc3 libstdc++: Improve test for printing volatile pointers adds 824e0855732 libstdc++: Add test for std::cmp_greater adds 6da36b7d0e4 libstdc++: Simplify constraints for std::any construction adds 5b4bf54a00b Fix redefinition warning adds f9e6f20f280 Fix s390 test to have pointer type for computed goto adds 370374c4d91 Mark argument as unused adds 1f51e9af7b6 libstdc++: Ensure std::span and std::string_view are trivia [...] adds ec0124e0acb Loosen loop crossing restriction in threader. adds d4c470c376b c++: unifying equal NONTYPE_ARGUMENT_PACKs [PR102547] adds e24760533b6 Darwin, D: Fix bootstrap when target does not support -Bsta [...] new 737f95bab55 c++: Fix apply_identity_attributes [PR102548]
The 1 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/common/config/avr/avr-common.c | 3 +- gcc/config/lm32/uclinux-elf.h | 1 + gcc/cp/constexpr.c | 10 ++++ gcc/cp/tree.c | 4 +- gcc/d/d-spec.cc | 6 +++ gcc/testsuite/g++.dg/cpp0x/variadic-partial2.C | 16 ++++++ gcc/testsuite/g++.dg/cpp0x/variadic-partial2a.C | 22 ++++++++ gcc/testsuite/g++.target/i386/pr102548.C | 12 +++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-valid.c | 39 ++++++++++++++ gcc/testsuite/gcc.target/s390/pr80725.c | 2 +- gcc/tree-ssa-threadupdate.c | 40 ++++++++++---- libstdc++-v3/include/bits/utility.h | 11 ++-- libstdc++-v3/include/std/any | 4 +- .../20_util/integer_comparisons/greater.cc | 61 ++++++++++++++++++++++ .../requirements/trivially_copyable.cc | 11 ++++ .../23_containers/span/trivially_copyable.cc | 13 +++++ .../inserters_other/char/volatile_ptr.cc | 12 +++-- 17 files changed, 239 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-partial2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-partial2a.C create mode 100644 gcc/testsuite/g++.target/i386/pr102548.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-valid.c create mode 100644 libstdc++-v3/testsuite/20_util/integer_comparisons/greater.cc create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/requirement [...] create mode 100644 libstdc++-v3/testsuite/23_containers/span/trivially_copyable.cc