This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-aarch64-spec2k6-Os in repository toolchain/ci/gcc.
from cce92cd8d11 Daily bump. adds 97262ad1c2c Daily bump. adds 73833f5d0e0 Daily bump. adds e20ec3be901 Don't use 'G' constraint in integer move patterns adds 4b304e3d639 Revise -mdisable-fpregs option and add new -msoft-mult option adds dd028e763d5 Daily bump. adds 40d76242a2c Daily bump. adds 8f3a62529a6 gcc/configure: Check for powerpc64le*-*-freebsd* adds 2563fba71d0 Daily bump. adds 97cebda80d3 sra: Fix corner case of total scalarization with virtual in [...] adds 70c3fa50574 Fix warnings building linux-atomic.c and fptr.c on hppa64-linux adds 5782bacacad Fortran: do not restrict PDT KIND and LEN type parameters t [...] adds 3e2ccaab1fb Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 39 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/pa/pa-d.c | 2 +- gcc/config/pa/pa.c | 10 +-- gcc/config/pa/pa.h | 1 - gcc/config/pa/pa.md | 54 ++++++++-------- gcc/config/pa/pa.opt | 8 ++- gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/fortran/ChangeLog | 9 +++ gcc/fortran/decl.c | 16 ----- gcc/testsuite/ChangeLog | 16 +++++ gcc/testsuite/g++.dg/torture/pr102505.C | 15 +++++ gcc/testsuite/gfortran.dg/pdt_4.f03 | 4 +- gcc/tree-sra.c | 2 + libgcc/ChangeLog | 11 ++++ libgcc/config.host | 2 +- libgcc/config/pa/linux-atomic.c | 106 +++++++++++++++++--------------- libgcc/config/pa/t-linux64 | 8 +-- 19 files changed, 198 insertions(+), 111 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr102505.C