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-mainline-defconfig in repository toolchain/ci/gcc.
from 9f5445ae399 2019-08-29 Richard Biener rguenther@suse.de adds 597d6fb2890 2019-08-29 Richard Biener rguenther@suse.de adds f079e7eee6b PR libstdc++/91067 add more missing exports for directory i [...] adds b48b72c0369 [preprocessor] Include stacking adds 731dc9dad80 * ChangeLog: Fix wrong ChangeLog of my last entry. adds fb910a5d439 * config/i386/i386.c (inline_secondary_memory_needed): Ret [...] adds 73d4967060b * config/i386/i386-features.c (general_scalar_chain::comp [...] adds 615452162a9 Daily bump. adds 0e4fb591aff [PR 91579] Avoid creating redundant PHI nodes in tail-call pass new 122f262a8cb 2019-08-30 Bernd Edlinger bernd.edlinger@hotmail.de
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 | 48 +++- gcc/DATESTAMP | 2 +- gcc/config/arm/arm.c | 19 +- gcc/config/arm/arm.md | 22 ++ gcc/config/arm/neon.md | 10 + gcc/config/i386/i386-features.c | 17 +- gcc/config/i386/i386.c | 30 +-- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/tree-ssa/pr91579.c | 22 ++ gcc/tree-tailcall.c | 48 ++-- libcpp/ChangeLog | 14 + libcpp/files.c | 297 ++++++++++----------- libcpp/init.c | 2 +- libcpp/internal.h | 7 +- libstdc++-v3/ChangeLog | 11 + libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/config/abi/pre/gnu.ver | 16 +- libstdc++-v3/configure | 2 +- .../testsuite/27_io/filesystem/iterators/91067.cc | 16 ++ libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 +- 20 files changed, 376 insertions(+), 217 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr91579.c