This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-14 in repository gcc.
from 29a1c0c4bda OpenMP: Integrate dynamic selectors with dispatch argument [...] new 9b3a935f2cb OpenMP/C: Store location in cp_parser_omp_var_list for kind [...] new 30938d787b7 Fortran: Store OpenMP's 'declare variant' in module file [P [...] new 50c8e357a1e Move gfortran.dg/gomp/declare-variant-mod-1*.f90 to libgomp [...]
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 | 13 + gcc/c/c-parser.cc | 36 +- gcc/fortran/ChangeLog.omp | 20 + gcc/fortran/module.cc | 405 ++++++++++++++++++--- gcc/fortran/openmp.cc | 3 +- gcc/fortran/trans-decl.cc | 4 +- gcc/fortran/trans-openmp.cc | 17 +- gcc/fortran/trans-stmt.h | 2 +- gcc/testsuite/ChangeLog.omp | 29 ++ gcc/testsuite/c-c++-common/gomp/pr118579.c | 25 ++ .../gfortran.dg/gomp/declare-variant-mod-2-use.f90 | 47 +++ .../gfortran.dg/gomp/declare-variant-mod-2.f90 | 74 ++++ libgomp/ChangeLog.omp | 10 + .../libgomp.fortran/declare-variant-mod-1-use.f90 | 81 +++++ .../libgomp.fortran/declare-variant-mod-1.f90 | 83 +++++ 15 files changed, 761 insertions(+), 88 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr118579.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-variant-mod-2-use.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-variant-mod-2.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/declare-variant-mod-1-use.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/declare-variant-mod-1.f90