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-master-aarch64-stable-allyesconfig in repository toolchain/ci/gcc.
from bc0ec323e3f Fix ICE in re-simplification of VEC_COND_EXPR adds 6c9a7060dbb libstdc++: P1423R3 char8_t remediation (1/4) adds 0c5b35933e5 libstdc++: P1423R3 char8_t remediation (2/4) adds bb97b6cc28a libstdc++: P1423R3 char8_t remediation (3/4) adds 3037303f998 libstdc++: P1423R3 char8_t remediation (4/4) adds cb132c04f61 libstdc++: Adjust some function templates for coding conventions adds ab24f474b4f 2019-11-29 Richard Biener rguenther@suse.de adds ee3996bd549 2019-11-29 Vladimir Makarov vmakarov@redhat.com adds df32c7d26ca Daily bump. adds edcbbcc2574 libstdc++: Fix experimental::filesystem::u8path(const Sourc [...] adds 60168e315f0 libstdc++: Default to --enable-libstdcxx-filesystem-ts for [...] adds 8a44e71d75f doc: Correct `--enable-version-specific-runtime-libs' suppo [...] adds 63c8dd3f0aa driver: Do not warn about ineffective `-x' option if no inp [...] adds bd74b8b76ea Do not look at _data component in gfc_dep_resolver.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 27 ++ gcc/DATESTAMP | 2 +- gcc/doc/install.texi | 4 +- gcc/fortran/ChangeLog | 6 + gcc/fortran/dependency.c | 12 + gcc/gcc.c | 2 +- gcc/lra.c | 7 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/gfortran.dg/dependency_56.f90 | 14 + gcc/testsuite/gfortran.dg/pr91003.f90 | 33 ++ gcc/tree-vect-slp.c | 21 +- libstdc++-v3/ChangeLog | 65 ++++ libstdc++-v3/acinclude.m4 | 3 + libstdc++-v3/configure | 3 + libstdc++-v3/include/bits/c++config | 2 +- libstdc++-v3/include/bits/fs_path.h | 303 +++++++++-------- libstdc++-v3/include/experimental/bits/fs_path.h | 369 +++++++++++++-------- libstdc++-v3/include/std/ostream | 94 +++++- .../inserters_character/char/deleted.cc | 43 +++ .../inserters_character/wchar_t/deleted.cc | 43 +++ .../path/factory/{u8path.cc => u8path-char8_t.cc} | 45 ++- .../27_io/filesystem/path/factory/u8path.cc | 17 + .../testsuite/experimental/feat-char8_t.cc | 4 +- .../path/factory/{u8path.cc => u8path-char8_t.cc} | 38 +-- .../experimental/filesystem/path/factory/u8path.cc | 8 + 25 files changed, 825 insertions(+), 350 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/dependency_56.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91003.f90 create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/ [...] create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/ [...] copy libstdc++-v3/testsuite/27_io/filesystem/path/factory/{u8path.cc => u8path-cha [...] copy libstdc++-v3/testsuite/experimental/filesystem/path/factory/{u8path.cc => u8p [...]