This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-14 in repository gcc.
from 6bd78a5908c nvptx: '#define MAX_FIXED_MODE_SIZE 128' new 29a1c0c4bda OpenMP: Integrate dynamic selectors with dispatch argument [...]
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 | 687 ++++++++++----------- .../gomp/{adjust-args-4.c => adjust-args-6.c} | 11 +- gcc/testsuite/c-c++-common/gomp/append-args-5.c | 19 +- .../c-c++-common/gomp/append-args-dynamic.c | 94 +++ gcc/testsuite/c-c++-common/gomp/dispatch-11.c | 22 +- gcc/testsuite/gfortran.dg/gomp/dispatch-11.f90 | 5 - 6 files changed, 427 insertions(+), 411 deletions(-) copy gcc/testsuite/c-c++-common/gomp/{adjust-args-4.c => adjust-args-6.c} (66%) create mode 100644 gcc/testsuite/c-c++-common/gomp/append-args-dynamic.c