This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7e560ffd756 Testsuite, darwin: account for macOS 15 new b752eed3e3f OpenMP: Add support for 'self_maps' to the 'require' directive
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/c/c-parser.cc | 3 ++ gcc/cp/parser.cc | 3 ++ gcc/fortran/gfortran.h | 10 +++-- gcc/fortran/module.cc | 11 ++++- gcc/fortran/openmp.cc | 30 ++++++++----- gcc/fortran/parse.cc | 3 ++ gcc/lto-cgraph.cc | 4 ++ gcc/omp-general.cc | 21 ++++++++++ gcc/omp-general.h | 1 + gcc/omp-selectors.h | 1 + .../c-c++-common/gomp/declare-variant-1.c | 6 +++ gcc/testsuite/c-c++-common/gomp/requires-2.c | 2 +- gcc/testsuite/c-c++-common/gomp/requires-4.c | 1 + .../gfortran.dg/gomp/declare-variant-3.f90 | 3 ++ gcc/testsuite/gfortran.dg/gomp/requires-2.f90 | 2 +- .../gfortran.dg/gomp/requires-self-maps-aux.f90 | 18 ++++++++ .../gfortran.dg/gomp/requires-self-maps.f90 | 17 ++++++++ include/gomp-constants.h | 4 ++ libgomp/libgomp.texi | 2 +- libgomp/plugin/plugin-gcn.c | 4 +- libgomp/plugin/plugin-nvptx.c | 4 +- libgomp/target.c | 10 +++-- libgomp/testsuite/libgomp.fortran/self_maps.f90 | 49 ++++++++++++++++++++++ 23 files changed, 185 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/requires-self-maps-aux.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/requires-self-maps.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/self_maps.f90