This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 534c5352a02 Provide a relation oracle for paths. new 8251f90e87f Add 'libgomp.oacc-c-c++-common/broadcast-many.c' new 82792cc407d openacc: Turn off worker partitioning if num_workers==1 new 2a3f9f6532b openacc: Shared memory layout optimisation new 2961ac45b9e openacc: Remove unnecessary barriers (gimple worker partiti [...]
The 4 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/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/omp-oacc-neuter-broadcast.cc | 576 +++++++++++++++++++-- gcc/target.def | 12 +- .../libgomp.oacc-c-c++-common/broadcast-many.c | 81 +++ 10 files changed, 728 insertions(+), 122 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/broadcast-many.c