This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10 in repository gcc.
from d7aaef810db libgomp: Fix hang when profiling OpenACC programs with CUDA [...] new 7c10ae450b9 libgomp, Fortran: Fix OpenACC "gang reduction on an orphan [...]
The 1 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/fortran/ChangeLog | 9 ++ gcc/fortran/openmp.c | 13 ++- gcc/testsuite/ChangeLog | 7 ++ .../c-c++-common/goacc/orphan-reductions-2.c | 103 +++++++++++++++++++++ .../gfortran.dg/goacc/orphan-reductions-2.f90 | 87 +++++++++++++++++ 5 files changed, 216 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/orphan-reductions-2.c create mode 100644 gcc/testsuite/gfortran.dg/goacc/orphan-reductions-2.f90