This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e1b218d1748 aarch64: Use type-qualified builtins for vcombine_* Neon in [...] new 407eaad25f4 Fortran/openmp: Add support for 2 argument num_teams clause
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/dump-parse-tree.c | 9 ++++- gcc/fortran/frontend-passes.c | 3 +- gcc/fortran/gfortran.h | 3 +- gcc/fortran/openmp.c | 32 +++++++++++++--- gcc/fortran/trans-openmp.c | 35 ++++++++++++----- gcc/testsuite/gfortran.dg/gomp/num-teams-1.f90 | 53 ++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/num-teams-2.f90 | 37 ++++++++++++++++++ libgomp/testsuite/libgomp.fortran/teams-1.f90 | 22 +++++++++++ 8 files changed, 175 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/num-teams-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/num-teams-2.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/teams-1.f90