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-aarch64 in repository toolchain/ci/gcc.
from 12f22906d3c Fortran - use temporary char buffer for passing HOST_WIDE_I [...] adds 1b507b1e3c5 c-format.c/Fortran: Support %wd / host-wide integer in gfc_error adds 29b2fd371f1 libstdc++: Skip filesystem tests that depend on permissions [...] new 5f80c6270de Further improvements to constant shifts for the H8
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/c-family/c-format.c | 142 +++++++++++---------- gcc/config/h8300/h8300.c | 38 +++++- gcc/fortran/error.c | 106 ++++++++++++++- gcc/fortran/simplify.c | 11 +- .../filesystem/iterators/directory_iterator.cc | 36 +++--- .../iterators/recursive_directory_iterator.cc | 97 +++++++------- .../27_io/filesystem/operations/exists.cc | 6 +- .../27_io/filesystem/operations/is_empty.cc | 6 +- .../27_io/filesystem/operations/remove.cc | 21 ++- .../27_io/filesystem/operations/remove_all.cc | 7 +- .../27_io/filesystem/operations/status.cc | 6 +- .../27_io/filesystem/operations/symlink_status.cc | 3 + .../filesystem/operations/temp_directory_path.cc | 6 +- .../filesystem/iterators/directory_iterator.cc | 32 ++--- .../iterators/recursive_directory_iterator.cc | 98 +++++++------- .../experimental/filesystem/operations/exists.cc | 6 +- .../experimental/filesystem/operations/is_empty.cc | 6 +- .../experimental/filesystem/operations/remove.cc | 21 ++- .../filesystem/operations/remove_all.cc | 7 +- .../filesystem/operations/temp_directory_path.cc | 3 + libstdc++-v3/testsuite/util/testsuite_fs.h | 18 ++- 21 files changed, 407 insertions(+), 269 deletions(-)