This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from 4226421e6d6 OpenAcc: Correction of reduction enhancement new 9c461798d5d Handle operator new with alignment in usm transform.
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/ChangeLog.omp | 4 ++++ gcc/omp-low.cc | 16 ++++++++++++---- gcc/testsuite/ChangeLog.omp | 5 +++++ gcc/testsuite/g++.dg/gomp/usm-4.C | 32 ++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/gomp/usm-5.C | 30 ++++++++++++++++++++++++++++++ libgomp/ChangeLog.omp | 4 ++++ libgomp/testsuite/libgomp.c++/usm-2.C | 33 +++++++++++++++++++++++++++++++++ 7 files changed, 120 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/usm-4.C create mode 100644 gcc/testsuite/g++.dg/gomp/usm-5.C create mode 100644 libgomp/testsuite/libgomp.c++/usm-2.C