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-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from ab1d84c5d8d Daily bump. adds 6972a825259 Daily bump. new 671af041219 Daily bump. new 0a68d757af6 Daily bump. new 5443b7bb8ed PR c++/89906 - ICE with template placeholder for TTP. PR [...] new 91802600642 Daily bump. new cb323f636d2 2019-08-02 Thomas Koenig tkoenig@gcc.gnu.org Paul Thom [...] new 8b2529a7af6 Daily bump. new 88ffee14e36 Daily bump. new 57b288c9d96 Backport from trunk 2019-05-02 Segher Boessenkool <segh [...] new b5871e90688 Daily bump. new 6852019e1db RISC-V: Promote type correctly for libcalls new 84557f0a9b7 Daily bump. new 2c31e3ff353 Daily bump. new 97203ccd1e1 Daily bump. new b600815a7a8 Daily bump.
The 14 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 | 16 +++++ gcc/DATESTAMP | 2 +- gcc/config/riscv/riscv.c | 28 +++++++- gcc/config/rs6000/rs6000.c | 22 ++++++- gcc/cp/ChangeLog | 9 +++ gcc/cp/typeck.c | 5 ++ gcc/fortran/ChangeLog | 20 ++++++ gcc/fortran/trans-decl.c | 75 +++++++++++++++++----- gcc/fortran/trans-expr.c | 27 ++------ gcc/testsuite/ChangeLog | 15 +++++ gcc/testsuite/g++.dg/cpp1z/class-deduction58.C | 16 +++++ .../gcc.target/riscv/promote-type-for-libcall.c | 37 +++++++++++ gcc/testsuite/gfortran.dg/proc_ptr_51.f90 | 38 +++++++++++ 13 files changed, 269 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction58.C create mode 100644 gcc/testsuite/gcc.target/riscv/promote-type-for-libcall.c create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_51.f90