This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 91051d60d95 arm: testsuite: adjust ftest tests new f016ee89955 OpenMP: Create additional interop objects with append_args.
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/fortran/trans-openmp.cc | 4 +- gcc/gimplify.cc | 229 ++++++++++++++++++--- 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 | 27 +++ .../gfortran.dg/gomp/declare-variant-mod-2.f90 | 6 - libgomp/libgomp.texi | 3 +- 9 files changed, 275 insertions(+), 73 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