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-aarch64-bootstrap 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. new 6c96b14a19a libstdc++: Fix experimental::filesystem::status on Windows [...] new 1eef21ccfa5 libstdc++: Improve exceptions thrown from fs::temp_directory_path
The 2 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/config/i386/i386.md | 22 ++++- gcc/cp/module.cc | 98 +++++++++++++++------- gcc/domwalk.cc | 6 +- gcc/domwalk.h | 5 +- gcc/gimple-range-cache.cc | 4 +- gcc/gimple-range-edge.h | 2 +- gcc/gimple-range-infer.h | 2 +- gcc/testsuite/g++.dg/modules/inext-1.H | 1 + gcc/testsuite/gcc.target/i386/xchg-3.c | 12 +++ gcc/tree-into-ssa.cc | 2 +- gcc/tree-ssa-dom.cc | 8 +- gcc/value-range.h | 57 ++++++++----- 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 ++- 16 files changed, 262 insertions(+), 94 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/xchg-3.c