This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b3176b620ff Fix ICE with -fdump-tree-moref new 14c47e7eb06 libgomp: Fix declare target link with offset array-section [...] new 29b1587e7d3 OpenMP/Fortran: Fix handling of 'declare target' with 'link [...]
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/fortran/trans-common.cc | 21 ++++ gcc/fortran/trans-decl.cc | 81 +++++++++----- libgomp/target.c | 7 +- .../testsuite/libgomp.c-c++-common/target-link-2.c | 59 +++++++++++ .../libgomp.fortran/declare-target-link.f90 | 116 +++++++++++++++++++++ 5 files changed, 256 insertions(+), 28 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-link-2.c create mode 100644 libgomp/testsuite/libgomp.fortran/declare-target-link.f90