This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarch64-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from f7589b1c8b7 Daily bump. adds 4212a6a3e44 Update ChangeLog and version files for release adds 9f26e5863a7 Bump BASE-VER to 9.3.1. adds 716cc43745f Backport 314b91220a07bd63f13c58e37f1b5b9430a3702b adds 08f00a213f8 arm: correct constraints on movsi_compare0 [PR91913] adds 362c8772e77 libstdc++: Ensure root-dir converted to forward slash (PR93244) adds 2fa3247fef7 libstdc++: Fix FS-dependent filesystem tests adds 55925fe3a97 libstdc++: Fix test failure due to -Wnonnull warnings adds 95a82afc8a7 libstdc++: Fix name of macro in #undef directive adds 7ef07b622d8 libstdc++: Handle type-changing path concatenations (PR 94063) adds de8e3b71c8b rs6000: Fix -mpower9-vector -mno-altivec ICE (PR87560) adds 0816fafce9b Daily bump. adds 593e47a6134 Fix incorrect filling of delay slots in branchy code at -O2 adds db358455287 tree-optimization/94163 constrain alignment set by PRE adds ab768006bc5 Fix wrong year in ChangeLog. adds 0f66f1d8039 Daily bump. adds 6c7e43f4702 Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + config/ChangeLog | 4 + contrib/ChangeLog | 4 + contrib/header-tools/ChangeLog | 4 + contrib/reghunt/ChangeLog | 4 + contrib/regression/ChangeLog | 4 + fixincludes/ChangeLog | 4 + gcc/BASE-VER | 2 +- gcc/ChangeLog | 53 ++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 + gcc/brig/ChangeLog | 4 + gcc/c-family/ChangeLog | 4 + gcc/c/ChangeLog | 4 + gcc/config/arm/arm.md | 11 +- gcc/config/rs6000/rs6000-cpus.def | 4 + gcc/config/rs6000/rs6000.c | 6 +- gcc/cp/ChangeLog | 4 + gcc/d/ChangeLog | 4 + gcc/fortran/ChangeLog | 4 + gcc/go/ChangeLog | 4 + gcc/jit/ChangeLog | 4 + gcc/lto/ChangeLog | 4 + gcc/objc/ChangeLog | 4 + gcc/objcp/ChangeLog | 4 + gcc/po/ChangeLog | 4 + gcc/reorg.c | 26 +++-- gcc/resource.c | 21 +++- gcc/resource.h | 1 + gcc/testsuite/ChangeLog | 20 ++++ gcc/testsuite/gcc.target/powerpc/pr93800.c | 14 +++ gcc/testsuite/gfortran.dg/pr91913.f90 | 5 + gcc/tree-ssa-pre.c | 3 +- gnattools/ChangeLog | 4 + gotools/ChangeLog | 4 + include/ChangeLog | 4 + intl/ChangeLog | 4 + libada/ChangeLog | 4 + libatomic/ChangeLog | 4 + libbacktrace/ChangeLog | 4 + libcc1/ChangeLog | 4 + libcpp/ChangeLog | 4 + libcpp/po/ChangeLog | 4 + libdecnumber/ChangeLog | 4 + libffi/ChangeLog | 4 + libgcc/ChangeLog | 4 + libgcc/config/libbid/ChangeLog | 4 + libgfortran/ChangeLog | 4 + libgomp/ChangeLog | 4 + libhsail-rt/ChangeLog | 4 + libiberty/ChangeLog | 4 + libitm/ChangeLog | 4 + libobjc/ChangeLog | 4 + liboffloadmic/ChangeLog | 4 + libphobos/ChangeLog | 4 + libquadmath/ChangeLog | 4 + libsanitizer/ChangeLog | 4 + libssp/ChangeLog | 4 + libstdc++-v3/ChangeLog | 46 +++++++++ libstdc++-v3/include/bits/fs_path.h | 7 ++ libstdc++-v3/include/std/functional | 2 +- libstdc++-v3/src/c++17/fs_path.cc | 40 ++++++++ .../27_io/filesystem/operations/last_write_time.cc | 77 ++++++++++---- .../27_io/filesystem/path/concat/94063.cc | 111 +++++++++++++++++++++ .../filesystem/path/generic/generic_string.cc | 14 ++- .../testsuite/27_io/filesystem/path/generic/utf.cc | 65 ++++++++++++ .../27_io/filesystem/path/generic/wchar_t.cc | 65 ++++++++++++ .../filesystem/operations/last_write_time.cc | 58 +++++++---- .../tr1/8_c_compatibility/cstdlib/functions.cc | 2 +- libvtv/ChangeLog | 4 + lto-plugin/ChangeLog | 4 + maintainer-scripts/ChangeLog | 4 + zlib/ChangeLog | 4 + 73 files changed, 793 insertions(+), 58 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr93800.c create mode 100644 gcc/testsuite/gfortran.dg/pr91913.f90 create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/concat/94063.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/generic/utf.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/generic/wchar_t.cc