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 5f7087a213f openmp: Actually ignore pragma_stmt pragmas for which c_par [...] new e9357448902 openmp: Add nothing directive support new d8bc586a65d Fortran/OpenMP: Add memory routines existing for C/C++
The 2 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-family/ChangeLog.omp | 9 ++ gcc/c-family/c-omp.c | 4 +- gcc/c-family/c-pragma.c | 1 + gcc/c-family/c-pragma.h | 1 + gcc/c/ChangeLog.omp | 7 + gcc/c/c-parser.c | 15 +++ gcc/cp/ChangeLog.omp | 8 ++ gcc/cp/parser.c | 14 ++ gcc/testsuite/ChangeLog.omp | 10 ++ gcc/testsuite/c-c++-common/gomp/nothing-1.c | 37 ++++++ gcc/testsuite/g++.dg/gomp/attrs-1.C | 1 + gcc/testsuite/g++.dg/gomp/attrs-2.C | 1 + gcc/testsuite/g++.dg/gomp/attrs-9.C | 1 + libgomp/ChangeLog.omp | 26 ++++ libgomp/omp_lib.f90.in | 94 +++++++++++++ libgomp/omp_lib.h.in | 97 ++++++++++++++ libgomp/testsuite/libgomp.c-c++-common/nothing-1.c | 47 +++++++ libgomp/testsuite/libgomp.fortran/alloc-1.F90 | 16 --- libgomp/testsuite/libgomp.fortran/alloc-4.f90 | 16 --- libgomp/testsuite/libgomp.fortran/refcount-1.f90 | 61 +++++++++ libgomp/testsuite/libgomp.fortran/target-12.f90 | 147 +++++++++++++++++++++ 21 files changed, 579 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/nothing-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/nothing-1.c create mode 100644 libgomp/testsuite/libgomp.fortran/refcount-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-12.f90