This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e2e0b85c1e7 PR101609: Use the correct iterator for AArch64 vector right [...] new e2a58ed6dc5 openacc: Middle-end worker-partitioning support new c408512e1f7 amdgcn: Enable OpenACC worker partitioning for AMD GCN new 62f01243fb2 Cross-reference parts adapted in 'gcc/omp-oacc-neuter-broad [...]
The 3 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/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/nvptx/nvptx.c | 5 + gcc/doc/tm.texi | 9 + gcc/doc/tm.texi.in | 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/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 + 21 files changed, 1617 insertions(+), 70 deletions(-) create mode 100644 gcc/omp-oacc-neuter-broadcast.cc