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-arm-stable-allyesconfig in repository toolchain/ci/gcc.
from 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. new d36ab561d07 * cgraph.c (cgraph_node::dump): Dump unit_id and merged_ex [...]
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 | 52 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cgraph.c | 5 ++ gcc/cgraph.h | 9 ++- gcc/cgraphclones.c | 9 +++ gcc/doc/install.texi | 4 +- gcc/fortran/ChangeLog | 6 ++ gcc/fortran/dependency.c | 12 ++++ gcc/gcc.c | 2 +- gcc/ipa-fnsummary.c | 3 + gcc/ipa-fnsummary.h | 17 +++++ gcc/ipa-inline-analysis.c | 4 +- gcc/ipa-inline.c | 5 +- gcc/lra.c | 7 +- gcc/lto-cgraph.c | 9 +++ gcc/lto-streamer.h | 2 + gcc/lto/lto-symtab.c | 7 ++ gcc/symtab.c | 7 ++ gcc/testsuite/ChangeLog | 16 +++++ gcc/testsuite/g++.dg/lto/inline-crossmodule-1.h | 15 +++++ gcc/testsuite/g++.dg/lto/inline-crossmodule-1_0.C | 11 ++++ gcc/testsuite/g++.dg/lto/inline-crossmodule-1_1.C | 8 +++ gcc/testsuite/gfortran.dg/dependency_56.f90 | 14 ++++ gcc/testsuite/gfortran.dg/pr91003.f90 | 33 ++++++++++ gcc/tree-vect-slp.c | 21 ++++-- libstdc++-v3/ChangeLog | 15 +++++ libstdc++-v3/acinclude.m4 | 3 + libstdc++-v3/configure | 3 + libstdc++-v3/include/bits/fs_path.h | 28 +++----- libstdc++-v3/include/experimental/bits/fs_path.h | 78 ++++++++++++++--------- 30 files changed, 340 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/inline-crossmodule-1.h create mode 100644 gcc/testsuite/g++.dg/lto/inline-crossmodule-1_0.C create mode 100644 gcc/testsuite/g++.dg/lto/inline-crossmodule-1_1.C create mode 100644 gcc/testsuite/gfortran.dg/dependency_56.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91003.f90