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-next-defconfig in repository toolchain/ci/gcc.
from 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 new db358455287 tree-optimization/94163 constrain alignment set by PRE
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/ChangeLog | 35 +++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.md | 11 +- gcc/config/rs6000/rs6000-cpus.def | 4 + gcc/config/rs6000/rs6000.c | 1 + gcc/reorg.c | 26 +++-- gcc/resource.c | 21 +++- gcc/resource.h | 1 + gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/gfortran.dg/pr91913.f90 | 5 + gcc/tree-ssa-pre.c | 3 +- libstdc++-v3/ChangeLog | 42 ++++++++ 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 +- 22 files changed, 548 insertions(+), 52 deletions(-) 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