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-release-arm-stable-defconfig in repository toolchain/ci/gcc.
from ec235aa92be Daily bump. adds 70456ec6ac9 2019-10-16 Richard Biener rguenther@suse.de adds 4512f0709fa [Darwin, specs] Backport fixes for driver handling of PIE options. adds 10027464072 [Darwin] Pick up SDKROOT as the sysroot fallback. new e63f9518ecc Daily bump.
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 | 63 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin-driver.c | 44 +++++++++++++ gcc/config/darwin.h | 45 ++++++++++---- gcc/config/darwin10.h | 9 +-- gcc/config/darwin9.h | 6 -- gcc/cp/ChangeLog | 9 +++ gcc/cp/decl.c | 2 + gcc/dwarf2out.c | 10 +-- gcc/testsuite/ChangeLog | 13 ++++ gcc/testsuite/g++.dg/torture/pr91606.C | 109 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr91812.c | 26 ++++++++ gcc/tree-ssa-phiprop.c | 11 +++- gcc/tree-vect-stmts.c | 4 +- gcc/tree.c | 5 +- 15 files changed, 321 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr91606.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr91812.c