This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b9cb735fc1b RISC-V: Support simplifying x/(-1) to neg for vector. new 1a554a2c9f3 OpenMP: Add ME support for 'omp allocate' stack variables
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/gimplify.cc | 108 +++++++-- gcc/omp-low.cc | 28 ++- gcc/testsuite/c-c++-common/gomp/allocate-10.c | 49 ++++ gcc/testsuite/c-c++-common/gomp/allocate-11.c | 3 - gcc/testsuite/c-c++-common/gomp/allocate-12.c | 3 - gcc/testsuite/c-c++-common/gomp/allocate-15.c | 4 +- gcc/testsuite/c-c++-common/gomp/allocate-17.c | 37 +++ gcc/testsuite/c-c++-common/gomp/allocate-9.c | 2 - libgomp/libgomp.texi | 5 +- libgomp/testsuite/libgomp.c/allocate-4.c | 84 +++++++ libgomp/testsuite/libgomp.c/allocate-5.c | 126 ++++++++++ libgomp/testsuite/libgomp.c/allocate-6.c | 319 ++++++++++++++++++++++++++ 12 files changed, 733 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-10.c create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-17.c create mode 100644 libgomp/testsuite/libgomp.c/allocate-4.c create mode 100644 libgomp/testsuite/libgomp.c/allocate-5.c create mode 100644 libgomp/testsuite/libgomp.c/allocate-6.c