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 9974875e87e openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc new 695f503117a openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc for Fortran new 56cd6d8bde1 libgomp.fortran/alloc-*.f90: Add missing dg-prune-output
The 2 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 | 8 + gcc/omp-low.c | 8 +- libgomp/ChangeLog.omp | 28 ++++ libgomp/libgomp.texi | 2 +- libgomp/omp_lib.f90.in | 43 +++++- libgomp/omp_lib.h.in | 46 +++++- libgomp/testsuite/libgomp.fortran/alloc-10.f90 | 199 +++++++++++++++++++++++++ libgomp/testsuite/libgomp.fortran/alloc-6.f90 | 45 ++++++ libgomp/testsuite/libgomp.fortran/alloc-7.c | 5 + libgomp/testsuite/libgomp.fortran/alloc-7.f90 | 175 ++++++++++++++++++++++ libgomp/testsuite/libgomp.fortran/alloc-8.f90 | 58 +++++++ libgomp/testsuite/libgomp.fortran/alloc-9.f90 | 197 ++++++++++++++++++++++++ 12 files changed, 809 insertions(+), 5 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-10.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-6.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-7.c create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-7.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-8.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-9.f90