This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 604459a0958 More .DEFERRED_INIT expansion rework adds eded9105098 Amend function names with UID when dumping with TDF_UID adds 9856132b5b8 Make flow of option processing more readily visible adds 7f4192dd3d8 gfortran.dg/gomp/pr43711.f90: Change dg-* for XFAIL->PASS adds f3930418cb8 c++: templated static local var has value-dep addr [PR98930] adds 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 new 370374c4d91 Mark argument as unused new 1f51e9af7b6 libstdc++: Ensure std::span and std::string_view are trivia [...] new ec0124e0acb Loosen loop crossing restriction in threader.
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/c/gimple-parser.c | 14 +++-- gcc/common/config/avr/avr-common.c | 3 +- gcc/config/lm32/uclinux-elf.h | 1 + gcc/cp/pt.c | 7 +++ gcc/testsuite/g++.dg/cpp1z/nontype4.C | 14 +++++ gcc/testsuite/g++.dg/cpp1z/nontype4a.C | 14 +++++ gcc/testsuite/gcc.dg/gimplefe-46.c | 23 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-valid.c | 39 ++++++++++++++ gcc/testsuite/gcc.target/s390/pr80725.c | 2 +- gcc/testsuite/gfortran.dg/gomp/pr43711.f90 | 8 +-- gcc/toplev.c | 43 +++++++-------- gcc/tree-cfg.c | 14 +++-- gcc/tree-pretty-print.c | 11 +++- 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 +++-- 20 files changed, 282 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype4.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype4a.C create mode 100644 gcc/testsuite/gcc.dg/gimplefe-46.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