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-master-aarch64-stable-allmodconfig in repository toolchain/ci/gcc.
from a3214c6a70c PR libgomp/90585 * plugin/plugin-hsa.c: Include gstdint.h [...] adds fc4cfb51ce5 PR tree-optimization/90106 PR testsuite/90517 * gcc.dg/c [...] adds fc462ce451a [aarch64] Change two function declaration types adds edbfddd280e Fix 64-bit addition in prologue. adds e68b4984894 2019-05-24 Richard Biener rguenther@suse.de adds c9d1fc4379f * Makefile.am (BUILDTESTS): Remove test_elf, add test_elf_ [...] adds 6c35f2e2ab9 Fix broken shared_ptr test adds aacb106ba1d Revert "* gimplify.c (gimplify_cond_expr): Don't check TREE [...] adds 888936c650a GCN: Wait for exit value to write before exiting. adds 62ff07d41c4 Fix std::midpoint(T*, T*) for reversed arguments adds 9a1d892bb10 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__COND [...] adds cefe37d72e5 PR target/90530 * config/pa/pa.c (pa_can_change_mode_clas [...] adds 626310900ad Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 93 +++++++ gcc/DATESTAMP | 2 +- gcc/common/config/aarch64/aarch64-common.c | 2 +- gcc/config/aarch64/aarch64-protos.h | 5 +- gcc/config/gcn/gcn-run.c | 5 +- gcc/config/gcn/gcn.c | 6 +- gcc/config/gcn/gcn.md | 4 +- gcc/config/pa/pa.c | 7 +- gcc/config/pa/pa.md | 8 +- gcc/gimplify.c | 105 +++++--- gcc/omp-expand.c | 300 ++++++++++++++++++--- gcc/omp-general.c | 6 + gcc/omp-general.h | 1 + gcc/omp-low.c | 188 +++++++++++-- gcc/testsuite/ChangeLog | 19 ++ .../c-c++-common/gomp/lastprivate-conditional-2.c | 2 +- .../c-c++-common/gomp/lastprivate-conditional-3.c | 26 ++ gcc/testsuite/gcc.dg/cdce1.c | 8 +- gcc/testsuite/gcc.dg/cdce2.c | 8 +- gcc/testsuite/gcc.dg/pr53265.c | 3 +- gcc/tree-core.h | 3 + gcc/tree-loop-distribution.c | 7 + gcc/tree-nested.c | 2 + gcc/tree-pretty-print.c | 3 + gcc/tree.c | 3 + gcc/tree.h | 2 +- libbacktrace/ChangeLog | 6 + libbacktrace/Makefile.am | 20 +- libbacktrace/Makefile.in | 74 +++-- libgomp/ChangeLog | 3 + .../lastprivate-conditional-1.c | 144 ++++++++++ .../lastprivate-conditional-2.c | 171 ++++++++++++ libstdc++-v3/ChangeLog | 9 + libstdc++-v3/include/std/numeric | 2 +- .../20_util/shared_ptr/cons/alias-rval.cc | 20 +- .../testsuite/20_util/shared_ptr/cons/alias.cc | 2 - .../testsuite/26_numerics/midpoint/pointer.cc | 2 +- 37 files changed, 1111 insertions(+), 160 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/lastprivate-conditional-3.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/lastprivate-conditional-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/lastprivate-conditional-2.c