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-allmodconfig in repository toolchain/ci/gcc.
from 509051ab990 /cp 2019-08-29 Paolo Carlini paolo.carlini@oracle.com adds d195b9224c9 PR tree-optimization/91351 * tree-cfg.c (generate_range_t [...] adds fab9e804eb9 PR target/91560 * config/i386/i386-expand.c (expand_vec_p [...] adds 245a249c6e4 * config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: [...] adds 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. new 0e4fb591aff [PR 91579] Avoid creating redundant PHI nodes in tail-call pass
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 | 78 +++++- gcc/DATESTAMP | 2 +- gcc/config/i386/i386-expand.c | 140 ++++++++-- gcc/config/i386/i386-features.c | 55 +++- gcc/config/i386/i386.c | 30 +-- gcc/testsuite/ChangeLog | 13 + gcc/testsuite/g++.dg/opt/pr91351.C | 38 +++ gcc/testsuite/gcc.dg/torture/vshuf-8.inc | 4 +- gcc/testsuite/gcc.dg/tree-ssa/pr91579.c | 22 ++ gcc/tree-cfg.c | 2 +- gcc/tree-cfgcleanup.c | 2 + gcc/tree-switch-conversion.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 | 16 ++ libstdc++-v3/acinclude.m4 | 2 +- .../post/aarch64-linux-gnu/baseline_symbols.txt | 7 + .../abi/post/s390x-linux-gnu/baseline_symbols.txt | 7 + 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 +- 25 files changed, 602 insertions(+), 243 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr91351.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr91579.c