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 860c76659f3 Fix one issue in OpenMP 'requires' directive diagnostics new 55722a87dd2 openmp: fix max_vf setting for amdgcn offloading
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 | 9 +++++++++ gcc/gimple-loop-versioning.cc | 5 ++++- gcc/omp-general.cc | 18 ++++++++++++++++++ gcc/omp-general.h | 1 + gcc/omp-low.cc | 9 ++++++++- gcc/testsuite/ChangeLog.omp | 7 +++++++ gcc/testsuite/gcc.dg/gomp/target-vf.c | 21 +++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 10 ++++++++++ 8 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gomp/target-vf.c