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-lts-defconfig in repository toolchain/ci/gcc.
from 92a15cc8142 Daily bump. adds 8e26e933aa4 * config/pa/fptr.c (_dl_read_access_allowed): Change argum [...] adds ec235aa92be Daily bump. adds 70456ec6ac9 2019-10-16 Richard Biener rguenther@suse.de new 4512f0709fa [Darwin, specs] Backport fixes for driver handling of PIE options. new 10027464072 [Darwin] Pick up SDKROOT as the sysroot fallback.
The 2 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 +- libgcc/ChangeLog | 8 +++ libgcc/config/pa/fptr.c | 16 +++-- 17 files changed, 339 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr91606.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr91812.c