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-master-arm-spec2k6-Os in repository toolchain/ci/gcc.
from 3b275f5d475 Daily bump. adds d71996db7a9 [NDS32] Provide one valid nds32 assembly instruction to che [...] adds 39ebb01497b 2019-04-15 Dominique d'Humieres dominiq@gcc.gnu.org adds 08dfb42801b [NDS32] Rewrite PIC/TLS patterns. adds 0be984ed89d [NDS32] nds32*-*-linux* target using init_array/finit_array [...] adds 48f42cbf10f [NDS32] Refine force unwind. Linux kernel only uses RT_SIGRETURN. adds fc01d804ff1 Reorganize cgraph_node::clone_of_p adds d8c947941f4 2019-04-15 Richard Biener rguenther@suse.de adds f9fd14f18d5 combine: Count auto_inc properly (PR89794) adds a5189c16a7e 2019-04-15 Richard Biener rguenther@suse.de adds 969b7ab65f2 2019-04-15 Richard Biener rguenther@suse.de adds c5d64f62f40 PR d/90059 PR d/90060 PR d/90062 libphobos: Merge upstre [...] adds 09d943db959 * config/microblaze/microblaze.c (microblaze_expand_block_ [...] new 4c8e1b387a7 Daily bump.
The 1 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: ChangeLog | 9 ++ gcc/ChangeLog | 67 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cgraph.c | 30 ++++--- gcc/combine.c | 60 +++++++++---- gcc/config.gcc | 1 + gcc/config/microblaze/microblaze.c | 12 +-- gcc/config/nds32/nds32-md-auxiliary.c | 43 ++++++--- gcc/config/nds32/nds32-protos.h | 3 + gcc/config/nds32/nds32-relax-opt.c | 19 ++-- gcc/config/nds32/nds32.md | 27 ++++++ gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/testsuite/ChangeLog | 32 +++++++ gcc/testsuite/g++.dg/ipa/pr89693.C | 52 +++++++++++ gcc/testsuite/gcc.dg/guality/pr90074.c | 31 +++++++ gcc/testsuite/gcc.dg/torture/pr88936-1.c | 27 ++++++ gcc/testsuite/gcc.dg/torture/pr88936-2.c | 22 +++++ gcc/testsuite/gcc.dg/torture/pr88936-3.c | 21 +++++ gcc/testsuite/gcc.dg/torture/pr89794.c | 24 +++++ gcc/testsuite/gcc.dg/torture/pr90020.c | 2 + gcc/testsuite/gcc.dg/torture/pr90071.c | 24 +++++ gcc/tree-loop-distribution.c | 43 +++++++-- gcc/tree-ssa-ccp.c | 25 +++--- gcc/tree-ssa-reassoc.c | 3 +- gcc/tree-ssa-structalias.c | 72 +++++++++++++++ gcc/tree.c | 18 ++-- gcc/tree.h | 1 + libgcc/ChangeLog | 6 ++ libgcc/config/nds32/linux-unwind.h | 9 +- libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/sys/posix/ucontext.d | 114 ++++++++++++++++++++++-- libphobos/libdruntime/core/sys/solaris/link.d | 37 ++++---- libphobos/libdruntime/core/thread.d | 9 ++ 34 files changed, 733 insertions(+), 118 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr89693.C create mode 100644 gcc/testsuite/gcc.dg/guality/pr90074.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr88936-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr88936-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr88936-3.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr89794.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr90071.c