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-arm-next-defconfig in repository toolchain/ci/gcc.
from 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
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 39 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.md | 11 +- gcc/config/rs6000/rs6000-cpus.def | 4 + gcc/config/rs6000/rs6000.c | 6 +- gcc/reorg.c | 26 +++-- gcc/resource.c | 21 +++- gcc/resource.h | 1 + gcc/testsuite/ChangeLog | 16 +++ gcc/testsuite/gcc.target/powerpc/pr93800.c | 14 +++ gcc/testsuite/gfortran.dg/pr91913.f90 | 5 + 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, 572 insertions(+), 56 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