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 2d81c6dfa6f Fortran: Add OpenMP's nothing directive support new a8c53aeac4a Fortran: Add OpenMP's nothing directive support (con't) new 23fcc7b6460 openmp: For C++ ensure nothing directive has no operands new 3fbe12e6a8f openmp: Fix ICE on requires clause with atomic_default_mem_order (
The 3 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/ChangeLog.omp | 10 ++++++++ gcc/c/c-parser.c | 15 +++++++++--- gcc/cp/ChangeLog.omp | 17 ++++++++++++++ gcc/cp/parser.c | 17 ++++++++++---- gcc/testsuite/ChangeLog.omp | 27 ++++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/nothing-2.c | 2 ++ gcc/testsuite/c-c++-common/gomp/requires-3.c | 2 ++ gcc/testsuite/gfortran.dg/{ => gomp}/nothing-1.f90 | 0 gcc/testsuite/gfortran.dg/{ => gomp}/nothing-2.f90 | 2 +- 9 files changed, 84 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/nothing-2.c rename gcc/testsuite/gfortran.dg/{ => gomp}/nothing-1.f90 (100%) rename gcc/testsuite/gfortran.dg/{ => gomp}/nothing-2.f90 (75%)