This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1502d724df8 btf: change encoding of forward-declared enums [PR111735] new 82b32adaa7f OpenMP: Introduce accessor macros and constructors for cont [...] new 9b8fdcbf210 OpenMP: Unify representation of name-list properties. new 9f9b3d67323 OpenMP: Use enumerators for names of trait-sets and traits new d0603dfe9d3 OpenMP: Permit additional selector properties
The 4 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/c-parser.cc | 262 +++---- gcc/cp/decl.cc | 8 +- gcc/cp/parser.cc | 252 +++---- gcc/cp/pt.cc | 93 ++- gcc/fortran/gfortran.h | 20 +- gcc/fortran/openmp.cc | 227 +++--- gcc/fortran/trans-openmp.cc | 66 +- gcc/gimplify.cc | 17 +- gcc/omp-general.cc | 782 +++++++++++++-------- gcc/omp-general.h | 66 +- gcc/omp-selectors.h | 93 +++ .../c-c++-common/gomp/declare-variant-1.c | 1 + .../c-c++-common/gomp/declare-variant-2.c | 58 +- .../c-c++-common/gomp/declare-variant-no-score.c | 24 + .../gfortran.dg/gomp/declare-variant-1.f90 | 1 + .../gfortran.dg/gomp/declare-variant-2.f90 | 48 +- .../gfortran.dg/gomp/declare-variant-2a.f90 | 4 +- .../gfortran.dg/gomp/declare-variant-no-score.f90 | 30 + 18 files changed, 1180 insertions(+), 872 deletions(-) create mode 100644 gcc/omp-selectors.h create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-variant-no-score.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-variant-no-score.f90