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 d8bc586a65d Fortran/OpenMP: Add memory routines existing for C/C++ new 2d81c6dfa6f Fortran: Add OpenMP's nothing directive 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/fortran/ChangeLog.omp | 9 +++++++++ gcc/fortran/match.h | 1 + gcc/fortran/openmp.c | 11 +++++++++++ gcc/fortran/parse.c | 3 +++ gcc/testsuite/ChangeLog.omp | 8 ++++++++ gcc/testsuite/gfortran.dg/nothing-1.f90 | 28 ++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/nothing-2.f90 | 7 +++++++ 7 files changed, 67 insertions(+) create mode 100644 gcc/testsuite/gfortran.dg/nothing-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/nothing-2.f90