This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0bf5b5eb8f0 [rs6000] Fix PR92760 by checking VECTOR_MEM_NONE_P instead new 7be087667f6 PR fortran/92756 * trans-openmp.c (gfc_trans_omp_teams): [...]
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/ChangeLog | 6 ++ gcc/fortran/trans-openmp.c | 13 ++- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gfortran.dg/gomp/teams1.f90 | 8 ++ libgomp/ChangeLog | 6 ++ libgomp/testsuite/libgomp.fortran/teams1.f90 | 19 ++++ libgomp/testsuite/libgomp.fortran/teams2.f90 | 140 +++++++++++++++++++++++++++ 7 files changed, 193 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/teams1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/teams1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/teams2.f90