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 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
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386.md | 22 ++++- gcc/cp/module.cc | 98 +++++++++++++++------- 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/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 ++- 12 files changed, 251 insertions(+), 84 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/xchg-3.c