This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9fcc3a1dd23 Host and offload targets have no common meaning of address spaces new db0d23722e8 Simplify git-backport.py script. new 4bd8b1e881f Document current '-Wuninitialized'/'-Wmaybe-uninitialized' [...] new 2edbcaed95b Document current '-Wuninitialized' diagnostics for 'libgomp [...]
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: contrib/git-backport.py | 39 ++-------------------- .../goacc/builtin-goacc-parlevel-id-size.c | 8 +++++ gcc/testsuite/c-c++-common/goacc/mdc-1.c | 4 +++ .../goacc/nested-reductions-1-kernels.c | 11 ++++++ .../goacc/nested-reductions-1-parallel.c | 14 ++++++++ .../goacc/nested-reductions-1-routine.c | 4 +++ .../goacc/nested-reductions-2-kernels.c | 11 ++++++ .../goacc/nested-reductions-2-parallel.c | 14 ++++++++ .../goacc/nested-reductions-2-routine.c | 4 +++ .../c-c++-common/goacc/uninit-dim-clause.c | 6 ++++ .../goacc/uninit-firstprivate-clause.c | 1 + .../c-c++-common/goacc/uninit-if-clause.c | 8 +++++ .../gfortran.dg/goacc/array-with-dt-1.f90 | 5 +++ .../gfortran.dg/goacc/array-with-dt-2.f90 | 5 +++ .../gfortran.dg/goacc/array-with-dt-3.f90 | 8 +++++ .../gfortran.dg/goacc/array-with-dt-4.f90 | 5 +++ .../gfortran.dg/goacc/array-with-dt-5.f90 | 4 +++ .../gfortran.dg/goacc/derived-chartypes-1.f90 | 2 ++ .../gfortran.dg/goacc/derived-chartypes-2.f90 | 2 ++ .../gfortran.dg/goacc/derived-chartypes-3.f90 | 12 +++++++ .../gfortran.dg/goacc/derived-chartypes-4.f90 | 12 +++++++ .../gfortran.dg/goacc/derived-classtypes-1.f95 | 2 ++ .../gfortran.dg/goacc/derived-types-2.f90 | 2 ++ gcc/testsuite/gfortran.dg/goacc/host_data-tree.f95 | 4 +++ gcc/testsuite/gfortran.dg/goacc/kernels-tree.f95 | 4 +++ gcc/testsuite/gfortran.dg/goacc/modules.f95 | 4 ++- .../goacc/nested-reductions-1-kernels.f90 | 11 ++++++ .../goacc/nested-reductions-1-parallel.f90 | 14 ++++++++ .../goacc/nested-reductions-1-routine.f90 | 4 +++ .../goacc/nested-reductions-2-kernels.f90 | 11 ++++++ .../goacc/nested-reductions-2-parallel.f90 | 14 ++++++++ .../goacc/nested-reductions-2-routine.f90 | 4 +++ gcc/testsuite/gfortran.dg/goacc/parallel-tree.f95 | 10 ++++-- gcc/testsuite/gfortran.dg/goacc/pr93464.f90 | 9 +++-- .../goacc/privatization-1-compute-loop.f90 | 3 ++ .../gfortran.dg/goacc/privatization-1-compute.f90 | 12 +++++-- .../goacc/privatization-1-routine_gang-loop.f90 | 3 ++ .../goacc/privatization-1-routine_gang.f90 | 2 ++ .../gfortran.dg/goacc/uninit-dim-clause.f95 | 6 ++++ .../goacc/uninit-firstprivate-clause.f95 | 1 + .../gfortran.dg/goacc/uninit-if-clause.f95 | 4 +++ .../gfortran.dg/goacc/uninit-use-device-clause.f95 | 1 + gcc/testsuite/gfortran.dg/goacc/wait.f90 | 4 +++ .../libgomp.oacc-c-c++-common/vred2d-128.c | 36 +++++++++++++++++++- libgomp/testsuite/libgomp.oacc-fortran/data-5.f90 | 4 +++ libgomp/testsuite/libgomp.oacc-fortran/gemm-2.f90 | 4 +++ libgomp/testsuite/libgomp.oacc-fortran/gemm.f90 | 4 +++ .../libgomp.oacc-fortran/optional-reduction.f90 | 10 ++++++ .../libgomp.oacc-fortran/parallel-reduction.f90 | 8 ++++- libgomp/testsuite/libgomp.oacc-fortran/pr70643.f90 | 6 +++- .../libgomp.oacc-fortran/pr96628-part1.f90 | 5 +++ .../libgomp.oacc-fortran/privatized-ref-2.f90 | 8 +++++ .../testsuite/libgomp.oacc-fortran/reduction-5.f90 | 14 ++++++++ .../testsuite/libgomp.oacc-fortran/reduction-7.f90 | 6 ++++ .../libgomp.oacc-fortran/reference-reductions.f90 | 6 ++++ .../testsuite/libgomp.oacc-fortran/routine-10.f90 | 14 +++++++- 56 files changed, 383 insertions(+), 50 deletions(-)