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-allyesconfig in repository toolchain/ci/gcc.
from ab1d84c5d8d Daily bump. adds 6972a825259 Daily bump. adds 671af041219 Daily bump. adds 0a68d757af6 Daily bump. adds 5443b7bb8ed PR c++/89906 - ICE with template placeholder for TTP. PR [...] adds 91802600642 Daily bump. adds cb323f636d2 2019-08-02 Thomas Koenig tkoenig@gcc.gnu.org Paul Thom [...] adds 8b2529a7af6 Daily bump. adds 88ffee14e36 Daily bump. adds 57b288c9d96 Backport from trunk 2019-05-02 Segher Boessenkool <segh [...] adds b5871e90688 Daily bump. adds 6852019e1db RISC-V: Promote type correctly for libcalls adds 84557f0a9b7 Daily bump. adds 2c31e3ff353 Daily bump. adds 97203ccd1e1 Daily bump. adds b600815a7a8 Daily bump. adds 6eea1136dd7 Daily bump.
No new revisions were added by this update.
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