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 249df772b70 openmp: Improve handling of nested OpenMP metadirectives in [...] new 2529510c959 openmp: Handle C/C++ array reference base-pointers in array [...]
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/c/c-typeck.c | 27 +++++++++- gcc/cp/semantics.c | 28 +++++++++- gcc/gimplify.c | 6 ++- .../c-c++-common/gomp/target-enter-data-1.c | 3 +- .../testsuite/libgomp.c-c++-common/ptr-attach-2.c | 60 ++++++++++++++++++++++ 5 files changed, 120 insertions(+), 4 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/ptr-attach-2.c