This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from 2904c0b1d12 libgomp: Add tests for omp_atv_serialized and deprecate omp [...] new 02acf208907 gfortran.dg/gomp/defaultmap-2.f90: Use dg-message not -dg-note new 9597dac4abb libgomp: alloc* test fixes [PR102628, PR102668] new 040ad3cba6e openmp: Add testsuite coverage for omp_{get_max,set_num}_th [...] new 5374b802d4d openmp: Fix up warnings on libgomp.info build new 6c89ed889a9 openmp: Add documentation for omp_{get_max, set_num}_thread [...] new 377a7aaeb9d openmp: Avoid calling clear_type_padding_in_mask in the com [...] new 595deb6b894 Fortran: Various CLASS + assumed-rank fixed [PR102541]
The 7 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/ChangeLog.omp | 9 + gcc/c-family/ChangeLog.omp | 8 + gcc/c-family/c-omp.c | 4 +- gcc/fortran/ChangeLog.omp | 17 ++ gcc/fortran/check.c | 4 +- gcc/fortran/interface.c | 9 +- gcc/fortran/primary.c | 17 +- gcc/fortran/trans-array.c | 4 +- gcc/fortran/trans-decl.c | 3 +- gcc/fortran/trans-expr.c | 80 +++++---- gcc/fortran/trans-types.c | 3 +- gcc/gimple-fold.c | 2 +- gcc/gimple-fold.h | 1 + gcc/testsuite/ChangeLog.omp | 13 ++ gcc/testsuite/gfortran.dg/assumed_rank_24.f90 | 137 +++++++++++++++ gcc/testsuite/gfortran.dg/gomp/defaultmap-2.f90 | 4 +- libgomp/ChangeLog.omp | 38 ++++ libgomp/libgomp.texi | 210 ++++++++++++++++++++--- libgomp/testsuite/libgomp.c-c++-common/alloc-9.c | 12 +- libgomp/testsuite/libgomp.c-c++-common/icv-3.c | 54 ++++++ libgomp/testsuite/libgomp.c-c++-common/icv-4.c | 40 +++++ libgomp/testsuite/libgomp.fortran/alloc-1.F90 | 2 +- libgomp/testsuite/libgomp.fortran/alloc-11.f90 | 18 +- 23 files changed, 593 insertions(+), 96 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_24.f90 create mode 100644 libgomp/testsuite/libgomp.c-c++-common/icv-3.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/icv-4.c