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 45595edf427 gfortran.dg/include_15.f90: Add dg-prune-output [PR102500] new a5709263af0 openmp: Disallow reduction with var private in containing p [...] new 9974875e87e openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc
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 | 9 + gcc/gimplify.c | 2 +- gcc/testsuite/ChangeLog.omp | 8 + gcc/testsuite/c-c++-common/gomp/scope-4.c | 11 + libgomp/ChangeLog.omp | 25 ++ libgomp/allocator.c | 398 ++++++++++++++++++++- libgomp/libgomp.map | 4 + libgomp/omp.h.in | 25 +- libgomp/testsuite/libgomp.c-c++-common/alloc-4.c | 20 +- .../libgomp.c-c++-common/{alloc-1.c => alloc-5.c} | 36 +- libgomp/testsuite/libgomp.c-c++-common/alloc-6.c | 58 +++ .../libgomp.c-c++-common/{alloc-1.c => alloc-7.c} | 61 +++- .../libgomp.c-c++-common/{alloc-1.c => alloc-8.c} | 65 +++- 13 files changed, 647 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/scope-4.c copy libgomp/testsuite/libgomp.c-c++-common/{alloc-1.c => alloc-5.c} (77%) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-6.c copy libgomp/testsuite/libgomp.c-c++-common/{alloc-1.c => alloc-7.c} (69%) copy libgomp/testsuite/libgomp.c-c++-common/{alloc-1.c => alloc-8.c} (65%)