This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from a82e01cd8ab libgomp: autodetect page sizes in pinned memory tests new f0bde8aba15 openmp: unified_address support
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/ChangeLog.omp | 4 ++++ gcc/c/ChangeLog.omp | 5 +++++ gcc/c/c-parser.c | 31 ++++++++++++++++++++----------- gcc/cp/ChangeLog.omp | 5 +++++ gcc/cp/parser.c | 31 ++++++++++++++++++++----------- gcc/fortran/ChangeLog.omp | 5 +++++ gcc/fortran/openmp.c | 6 ++++++ gcc/omp-low.c | 3 ++- gcc/testsuite/ChangeLog.omp | 5 +++++ gcc/testsuite/c-c++-common/gomp/usm-4.c | 4 ++++ gcc/testsuite/gfortran.dg/gomp/usm-4.f90 | 6 ++++++ 11 files changed, 82 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/usm-4.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/usm-4.f90