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-lts-allmodconfig in repository toolchain/ci/gcc.
from 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 adds 122f262a8cb 2019-08-30 Bernd Edlinger bernd.edlinger@hotmail.de
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 43 ++++- 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 | 15 +- 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 +- 14 files changed, 325 insertions(+), 211 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr91579.c