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-arm-stable-allmodconfig in repository toolchain/ci/gcc.
from 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. new ce1fc950612 PR c++/90572 - wrong disambiguation in friend declaration. [...]
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: gcc/ChangeLog | 55 ++++ gcc/DATESTAMP | 2 +- gcc/config/pa/pa.c | 7 +- gcc/config/pa/pa.md | 8 +- gcc/cp/ChangeLog | 6 + gcc/cp/parser.c | 14 +- gcc/gimplify.c | 99 +++++-- gcc/omp-expand.c | 300 ++++++++++++++++++--- gcc/omp-general.c | 6 + gcc/omp-general.h | 1 + gcc/omp-low.c | 188 +++++++++++-- gcc/testsuite/ChangeLog | 12 + .../c-c++-common/gomp/lastprivate-conditional-2.c | 2 +- .../c-c++-common/gomp/lastprivate-conditional-3.c | 26 ++ gcc/testsuite/g++.dg/cpp2a/typename16.C | 11 + gcc/testsuite/g++.dg/parse/friend13.C | 16 ++ gcc/tree-core.h | 3 + gcc/tree-nested.c | 2 + gcc/tree-pretty-print.c | 3 + gcc/tree.c | 3 + gcc/tree.h | 2 +- libgomp/ChangeLog | 3 + .../lastprivate-conditional-1.c | 144 ++++++++++ .../lastprivate-conditional-2.c | 171 ++++++++++++ libstdc++-v3/ChangeLog | 4 + libstdc++-v3/include/std/numeric | 2 +- .../testsuite/26_numerics/midpoint/pointer.cc | 2 +- 27 files changed, 989 insertions(+), 103 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/lastprivate-conditional-3.c create mode 100644 gcc/testsuite/g++.dg/cpp2a/typename16.C create mode 100644 gcc/testsuite/g++.dg/parse/friend13.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