This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f70f4b60deb RISC-V: Refine the testcases for cond_widen_complicate-3 new 6f3bca0db86 Fortran: Store OpenMP's 'declare variant' in module file [P [...]
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/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 +- .../gfortran.dg/gomp/declare-variant-mod-1-use.f90 | 81 +++++ .../gfortran.dg/gomp/declare-variant-mod-1.f90 | 83 +++++ .../gfortran.dg/gomp/declare-variant-mod-2-use.f90 | 47 +++ .../gfortran.dg/gomp/declare-variant-mod-2.f90 | 74 ++++ 9 files changed, 650 insertions(+), 66 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-variant-mod-1-use.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-variant-mod-1.f90 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