This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 72a9fd209b6 libstdc++: Avoid using sizeof with function types (PR 93470) new 99b9f5b4067 Add OpenACC test for sub-references being pointer or alloca [...] new 278c3214b34 Don't allow mixed component and non-component accesses for [...] new a5ed4958a2c Check array contiguity for OpenACC/Fortran
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/ChangeLog | 12 +++++ gcc/fortran/gfortran.h | 6 ++- gcc/fortran/openmp.c | 62 ++++++++++++++-------- gcc/testsuite/ChangeLog | 19 +++++++ .../testsuite/gfortran.dg/goacc}/deep-copy-2.f90 | 8 ++- .../gfortran.dg/goacc/mapping-tests-1.f90 | 15 ++++++ .../gfortran.dg/goacc/mapping-tests-2.f90 | 32 +++++++++++ .../gfortran.dg/goacc/strided-alloc-ptr.f90 | 34 ++++++++++++ gcc/testsuite/gfortran.dg/goacc/subarrays.f95 | 2 +- libgomp/ChangeLog | 7 +++ .../libgomp.oacc-fortran/classtypes-1.f95 | 6 ++- .../testsuite/libgomp.oacc-fortran/deep-copy-3.f90 | 4 +- 12 files changed, 177 insertions(+), 30 deletions(-) rename {libgomp/testsuite/libgomp.oacc-fortran => gcc/testsuite/gfortran.dg/goacc} [...] create mode 100644 gcc/testsuite/gfortran.dg/goacc/mapping-tests-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/mapping-tests-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/strided-alloc-ptr.f90