This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from d2874d90564 Get rid of all float-int special cases in validate_subreg. adds 823685221de C: PR c/79412: Poison decls with error_mark_node after type [...] adds e6bd9c42b0a tree-optimization/102149 - add testcase for fixed bug adds 45ff12512e5 bswap: Fix up bswap_view_convert handling [PR102141] adds 7c922606b75 md/define_c_enum: support value assignation adds ea1a16420cd MAINTAINERS: Add YunQiang Su for write after approval adds 153766ec835 tree-optimization/102139 - fix SLP DR base alignment adds 13a43a90aea tree-optimization/93491 - avoid PRE of trapping calls across exits adds a61623d9b38 graph output: use better colors for edges adds bea07159d1d vectorizer: Fix up vectorization using WIDEN_MINUS_EXPR [PR102124] new 53cfed5cc92 libphobos: Don't add zlib when ENABLE_LIBDRUNTIME_ONLY new fcc0c84cf5d libphobos: Update comment for DRUNTIME_OS_SOURCES new 8406ed9af26 coroutines: No cleanups on goto statements. new 21b4d0ef543 coroutines : Add a missed begin/finish else clause to the codegen.
The 4 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: MAINTAINERS | 1 + gcc/c/c-decl.c | 13 ++++++- gcc/cp/coroutines.cc | 6 ++- gcc/doc/md.texi | 4 ++ gcc/gimple-ssa-store-merging.c | 27 +++++++++----- gcc/graph.c | 9 +++-- gcc/read-md.c | 21 +++++++++-- gcc/testsuite/gcc.dg/pr102141.c | 11 ++++++ gcc/testsuite/gcc.dg/pr79412.c | 9 +++++ gcc/testsuite/gcc.dg/torture/pr102124.c | 27 ++++++++++++++ gcc/testsuite/gcc.dg/torture/pr102139.c | 43 +++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr102149.c | 19 ++++++++++ gcc/testsuite/gcc.dg/torture/pr93491.c | 24 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr88087.c | 18 ++++----- gcc/testsuite/gcc.dg/typedef-var-2.c | 5 ++- gcc/tree-ssa-pre.c | 33 +++++++++++++---- gcc/tree-ssa-sccvn.c | 1 + gcc/tree-vect-data-refs.c | 66 +++++++++++++++++---------------- gcc/tree-vect-patterns.c | 26 ++++++++++++- gcc/tree-vectorizer.h | 10 +++-- libphobos/m4/druntime/os.m4 | 7 ++-- libphobos/src/Makefile.am | 4 ++ libphobos/src/Makefile.in | 5 ++- 23 files changed, 310 insertions(+), 79 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102141.c create mode 100644 gcc/testsuite/gcc.dg/pr79412.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr102124.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr102139.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr102149.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr93491.c