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 23dd64c4715 openmp: Fix error message in Fortran front-end new 5359f8058bf amdgcn: Allow vector reductions on constants new 38ed9d83b89 openmp: Eliminate non-matching metadirective variants early [...] new 8cb0121af50 openmp: More Fortran front-end fixes for metadirectives
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/ChangeLog.omp | 5 +++ gcc/config/gcn/gcn.c | 2 +- gcc/fortran/ChangeLog.omp | 20 ++++++++++++ gcc/fortran/decl.c | 21 ++++++++++-- gcc/fortran/gfortran.h | 5 +++ gcc/fortran/openmp.c | 10 ++++-- gcc/fortran/parse.c | 16 ++++++++- gcc/fortran/trans-openmp.c | 38 ++++++++++++++++------ gcc/omp-general.c | 5 +-- gcc/testsuite/ChangeLog.omp | 9 +++++ gcc/testsuite/gfortran.dg/gomp/metadirective-2.f90 | 5 ++- gcc/testsuite/gfortran.dg/gomp/metadirective-8.f90 | 22 +++++++++++++ 12 files changed, 139 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/metadirective-8.f90