This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig in repository toolchain/ci/gcc.
from c9858be2e71 Fix internal error on locally-defined subpools adds 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) new de8e3b71c8b rs6000: Fix -mpower9-vector -mno-altivec ICE (PR87560)
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: 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 | 38 +++++++ 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/testsuite/ChangeLog | 20 ++++ gcc/testsuite/gcc.target/powerpc/pr93800.c | 14 +++ gcc/testsuite/gfortran.dg/pr91913.f90 | 5 + 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 + 69 files changed, 736 insertions(+), 49 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