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_ubsan in repository toolchain/ci/gcc.
from 37744f82608 Refactor BB splitting of DRs for SLP group analysis adds 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 [...] adds 5f80c6270de Further improvements to constant shifts for the H8 adds 7cad8a8f9f7 configure: drop version checks for in-tree gas [PR91602] adds e0b6d0b39c6 configure: remove version argument from gcc_GAS_CHECK_FEATURE adds 1918f4b7ac5 configure: fixup formatting from previous change adds 9b24c20cb3a configure: remove gas versions from tls check adds 7c9e1645836 Daily bump. adds e92d0ff6b5e analyzer: Fix PR analyzer/101980
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 104 +++++ gcc/DATESTAMP | 2 +- gcc/acinclude.m4 | 82 +--- gcc/analyzer/diagnostic-manager.cc | 40 +- gcc/analyzer/engine.cc | 49 ++- gcc/analyzer/exploded-graph.h | 14 +- gcc/analyzer/region-model.cc | 17 +- gcc/analyzer/region-model.h | 3 +- gcc/c-family/ChangeLog | 16 + gcc/c-family/c-format.c | 142 ++++--- gcc/c/ChangeLog | 11 + gcc/config/h8300/h8300.c | 38 +- gcc/configure | 472 +++------------------ gcc/configure.ac | 335 ++++++--------- gcc/cp/ChangeLog | 13 + gcc/fortran/ChangeLog | 48 +++ gcc/fortran/error.c | 106 ++++- gcc/fortran/simplify.c | 6 +- gcc/testsuite/ChangeLog | 22 + gcc/testsuite/gcc.dg/analyzer/function-ptr-2.c | 5 +- gcc/testsuite/gcc.dg/analyzer/malloc-callbacks.c | 2 +- libgomp/ChangeLog | 11 + libstdc++-v3/ChangeLog | 33 ++ .../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 +- 40 files changed, 937 insertions(+), 1013 deletions(-)