This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10 in repository gcc.
from 1c95767bdbb OpenMP: Improve map-clause error message for array function [...] new 20f37fd2f9c Clean up loop variable extraction in OpenACC kernels loop a [...] new df5f2065bad Relax some restrictions on the loop bound in kernels loop a [...]
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/c-family/ChangeLog.omp | 12 + gcc/c-family/c-omp.c | 306 ++++++++++++++------- gcc/testsuite/ChangeLog.omp | 5 + .../goacc/kernels-loop-annotation-21.c | 42 +++ .../goacc/kernels-loop-annotation-22.c | 41 +++ 5 files changed, 304 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/kernels-loop-annotation-21.c create mode 100644 gcc/testsuite/c-c++-common/goacc/kernels-loop-annotation-22.c