This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 896fec24c8e testsuite: Fix gcc.target/i386/auto-init-* tests. adds 3674d8e6fc6 Virtualize relation oracle and various cleanups. adds 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/Makefile.in | 1 + 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/doc/tm.texi | 9 +- gcc/doc/tm.texi.in | 2 + gcc/fortran/trans-decl.c | 5 +- gcc/gimple-predicate-analysis.cc | 2400 +++++++++++++++++++ gcc/gimple-predicate-analysis.h | 158 ++ gcc/gimple-range-cache.cc | 2 +- gcc/gimple-range-fold.cc | 4 +- gcc/omp-oacc-neuter-broadcast.cc | 576 ++++- gcc/target.def | 12 +- gcc/testsuite/gfortran.dg/pr102366.f90 | 9 + gcc/tree-ssa-uninit.c | 2431 ++------------------ gcc/value-relation.cc | 500 ++-- gcc/value-relation.h | 113 +- .../libgomp.oacc-c-c++-common/broadcast-many.c | 81 + 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 +- 25 files changed, 3974 insertions(+), 2609 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%)