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 db69885eac8 driver: Forward '-lstdc++' to offloading compilation [PR101544] new 8110f3d036e OpenMP: Create additional interop objects with append_args new ce9c73f85ad OpenMP: Fix declaration in append-args-interop.c test case new dbf98134378 testsuite: Fix up append-args-interop.f90 test
The 3 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/fortran/trans-openmp.cc | 4 +- gcc/gimplify.cc | 226 ++++++++++++++++++--- gcc/testsuite/c-c++-common/gomp/append-args-1.c | 14 +- .../c-c++-common/gomp/append-args-interop.c | 44 ++++ gcc/testsuite/c-c++-common/gomp/dispatch-11.c | 3 - gcc/testsuite/g++.dg/gomp/append-args-1.C | 18 +- .../gfortran.dg/gomp/append-args-interop.f90 | 28 +++ .../gfortran.dg/gomp/declare-variant-mod-2.f90 | 6 - libgomp/libgomp.texi | 3 +- 9 files changed, 279 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/append-args-interop.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/append-args-interop.f90