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 e2e0b85c1e7 PR101609: Use the correct iterator for AArch64 vector right [...] adds e2a58ed6dc5 openacc: Middle-end worker-partitioning support adds c408512e1f7 amdgcn: Enable OpenACC worker partitioning for AMD GCN adds 62f01243fb2 Cross-reference parts adapted in 'gcc/omp-oacc-neuter-broad [...] adds 9d2d660aab2 i386: Name V2SF logic insns [PR101812] adds 00eab082e9f Verify destination[source] of a load[store] instruction is [...] adds d55d3f5b04e ipa: Fix testsuite/gcc.dg/ipa/remref-6.c adds 1354603bf7d libstdc++: [_GLIBCXX_DEBUG] Avoid allocator operator== when [...]
No new revisions were added by this update.
Summary of changes: gcc/Makefile.in | 1 + gcc/config/gcn/gcn-protos.h | 5 +- gcc/config/gcn/gcn-tree.c | 58 +- gcc/config/gcn/gcn.c | 21 +- gcc/config/gcn/gcn.opt | 5 - gcc/config/i386/mmx.md | 2 +- gcc/config/nvptx/nvptx.c | 5 + gcc/config/rs6000/rs6000.c | 14 +- gcc/doc/tm.texi | 9 + gcc/doc/tm.texi.in | 2 + gcc/ipa-prop.c | 2 +- gcc/omp-builtins.def | 9 + gcc/omp-low.c | 2 + gcc/omp-oacc-neuter-broadcast.cc | 1522 ++++++++++++++++++++ gcc/passes.def | 1 + gcc/target.def | 11 + gcc/testsuite/gcc.dg/ipa/remref-6.c | 2 +- gcc/testsuite/gcc.target/i386/pr101812.c | 12 + gcc/tree-pass.h | 1 + libgomp/plugin/plugin-gcn.c | 3 +- .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c | 3 - .../libgomp.oacc-c-c++-common/loop-dim-default.c | 4 +- .../libgomp.oacc-c-c++-common/parallel-dims.c | 12 +- .../libgomp.oacc-c-c++-common/routine-wv-2.c | 7 +- .../libgomp.oacc-fortran/optional-reduction.f90 | 3 + .../testsuite/libgomp.oacc-fortran/reduction-7.f90 | 3 + libstdc++-v3/include/debug/safe_container.h | 13 +- 27 files changed, 1656 insertions(+), 76 deletions(-) create mode 100644 gcc/omp-oacc-neuter-broadcast.cc create mode 100644 gcc/testsuite/gcc.target/i386/pr101812.c