This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap in repository toolchain/ci/gcc.
from 93fd8418745 Daily bump. adds ec223ee4b39 Daily bump. adds 5fadeb95c95 PR middle-end/64242 * config/pa/pa.md (nonlocal_goto): Re [...] adds 693d9a36238 Daily bump. adds 961f9b6c746 PR ada/80590 adds 412e0a7b7e8 * config/mips/mips.c (mips_expand_builtin_insn): Swap the [...] adds 981b66dd433 Daily bump. adds f85aeb54a6a Daily bump. adds 278623a1154 Daily bump. adds 18c14bd9aa2 Daily bump. adds e2fbf29b33d 2019-06-21 Thomas Koenig tkoenig@gcc.gnu.org adds 7948eb43e85 Daily bump. adds 25393a0b19e Daily bump. adds 21a5cb8e51a Daily bump. adds 3c5dd97a97c Daily bump. adds 07689c59151 Daily bump. adds b34551a8580 Remove support for alternative Solaris 11.4 ld -V output adds 9b710240414 [PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_with adds 061fc7b6823 Daily bump. adds a905c9f2922 Daily bump. adds 7d79d463358 PR tree-optimization/90949 * tree-ssa-copy.c (fini_copy_p [...] adds a9de850ca20 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 41 +++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 8 ++ gcc/ada/exp_ch9.adb | 15 ++- gcc/config/mips/mips.c | 13 +++ gcc/config/pa/pa.md | 48 +++++----- gcc/configure | 8 +- gcc/configure.ac | 8 +- gcc/fortran/ChangeLog | 8 ++ gcc/fortran/trans-types.c | 6 +- gcc/ipa-cp.c | 1 - gcc/testsuite/ChangeLog | 20 ++++ gcc/testsuite/gcc.c-torture/execute/pr90949.c | 42 +++++++++ gcc/testsuite/gcc.target/mips/msa-fmadd.c | 101 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/external_procedure_4.f90 | 19 ++++ gcc/tree-ssa-copy.c | 11 +-- gcc/tree-ssanames.c | 7 +- 17 files changed, 307 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr90949.c create mode 100644 gcc/testsuite/gcc.target/mips/msa-fmadd.c create mode 100644 gcc/testsuite/gfortran.dg/external_procedure_4.f90