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-aarch64 in repository toolchain/ci/gcc.
from 534c5352a02 Provide a relation oracle for paths. adds 8251f90e87f Add 'libgomp.oacc-c-c++-common/broadcast-many.c' adds 82792cc407d openacc: Turn off worker partitioning if num_workers==1 adds 2a3f9f6532b openacc: Shared memory layout optimisation adds 2961ac45b9e openacc: Remove unnecessary barriers (gimple worker partiti [...] adds 1fa2c5a695b libstdc++: Fix last std::tuple constructor missing 'constex [...] adds 42eff613d0c libstdc++: Add 'noexcept' to path::iterator members adds 51166eb2c53 Fortran - (large) arrays in the main shall be static adds 94c12ffac23 Factor predidacte analysis out of tree-ssa-uninit.c into it [...] new 0a4cb439327 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 | 6 + gcc/ChangeLog | 667 ++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 1 + gcc/c-family/ChangeLog | 9 + gcc/c/ChangeLog | 5 + gcc/config/gcn/gcn-protos.h | 3 +- gcc/config/gcn/gcn-tree.c | 57 +- gcc/config/gcn/gcn.c | 98 +- gcc/config/gcn/gcn.h | 6 +- gcc/config/gcn/gcn.opt | 6 + gcc/cp/ChangeLog | 11 + gcc/doc/tm.texi | 9 +- gcc/doc/tm.texi.in | 2 + gcc/fortran/ChangeLog | 17 + gcc/fortran/trans-decl.c | 5 +- gcc/gimple-predicate-analysis.cc | 2400 +++++++++++++++++++ gcc/gimple-predicate-analysis.h | 158 ++ gcc/omp-oacc-neuter-broadcast.cc | 576 ++++- gcc/target.def | 12 +- gcc/testsuite/ChangeLog | 234 ++ gcc/testsuite/gfortran.dg/pr102366.f90 | 9 + gcc/tree-ssa-uninit.c | 2431 ++------------------ libgfortran/ChangeLog | 12 + libgomp/ChangeLog | 22 + .../libgomp.oacc-c-c++-common/broadcast-many.c | 81 + libstdc++-v3/ChangeLog | 26 + libstdc++-v3/include/bits/fs_path.h | 62 +- libstdc++-v3/include/experimental/bits/fs_path.h | 42 +- libstdc++-v3/include/std/tuple | 1 + .../20_util/tuple/cons/{102270.C => 102270.cc} | 3 + libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- 32 files changed, 4556 insertions(+), 2419 deletions(-) create mode 100644 gcc/gimple-predicate-analysis.cc create mode 100644 gcc/gimple-predicate-analysis.h create mode 100644 gcc/testsuite/gfortran.dg/pr102366.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/broadcast-many.c rename libstdc++-v3/testsuite/20_util/tuple/cons/{102270.C => 102270.cc} (95%)