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_O1 in repository toolchain/ci/gcc.
from aa1ae74711b Revert "MAINTAINERS: Add myself for write after approval" adds 721aa2cc44d remove dead member variable in dom_jt_state adds aea329432b8 Avoid computing RPO for update_ssa adds 00193676a5a Use xchg for DImode double word rotate by 32 bits with -m32 [...] adds 47e36785cd2 c++: Note macro locations adds fa22c9c7a97 Implement ggc_vrange_allocator. adds 6c96b14a19a libstdc++: Fix experimental::filesystem::status on Windows [...] adds 1eef21ccfa5 libstdc++: Improve exceptions thrown from fs::temp_directory_path adds c1fe8ddf684 libstdc++: Fix comment typos adds 8a8ee37a332 lto: Fix option merging [PR106129] adds d489ec082ea c-family: Add <time.h> names to diagnostics for known headers adds 4c233cabbe3 Fortran: error recovery on invalid CLASS(), PARAMETER decla [...] adds 762fd5e5547 libgo: handle stat st_atim32 field and SYS_SECCOMP adds 976196b3332 Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 11 +++ gcc/ChangeLog | 60 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 ++ gcc/c-family/known-headers.cc | 14 ++++ gcc/config/i386/i386.md | 22 ++++- gcc/cp/ChangeLog | 8 ++ gcc/cp/module.cc | 98 +++++++++++++++------- gcc/domwalk.cc | 6 +- gcc/domwalk.h | 5 +- gcc/fortran/ChangeLog | 10 +++ gcc/fortran/decl.cc | 8 ++ gcc/gimple-range-cache.cc | 4 +- gcc/gimple-range-edge.h | 2 +- gcc/gimple-range-infer.h | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/lto-wrapper.cc | 39 ++++++--- gcc/testsuite/ChangeLog | 39 +++++++++ gcc/testsuite/g++.dg/modules/inext-1.H | 1 + gcc/testsuite/g++.dg/spellcheck-stdlib.C | 29 +++++++ gcc/testsuite/gcc.target/i386/xchg-3.c | 12 +++ gcc/testsuite/gfortran.dg/class_58.f90 | 2 +- gcc/testsuite/gfortran.dg/class_73.f90 | 17 ++++ gcc/tree-into-ssa.cc | 2 +- gcc/tree-ssa-dom.cc | 8 +- gcc/value-range.h | 57 ++++++++----- libgo/mksysinfo.sh | 3 +- libstdc++-v3/ChangeLog | 27 ++++++ libstdc++-v3/include/bits/utility.h | 3 +- libstdc++-v3/src/c++17/fs_ops.cc | 34 +++++--- libstdc++-v3/src/filesystem/ops.cc | 87 +++++++++++++++---- .../filesystem/operations/temp_directory_path.cc | 5 ++ .../filesystem/operations/temp_directory_path.cc | 11 ++- 33 files changed, 522 insertions(+), 113 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/xchg-3.c create mode 100644 gcc/testsuite/gfortran.dg/class_73.f90