This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b34dbc0a24 testsuite: Fix up pr25376.c on powerpc64-linux and array-qu [...] new cff6e8db880 openacc: Dereference BT_CLASS data pointers but not BT_DERI [...] new f743fe23166 openacc: Use class_pointer instead of pointer attribute for [...] new 9a4d32f85cc openacc: Allow strided arrays in update directives new b2d84e9f9cc openacc: Tests for character types in derived-type mappings
The 4 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/openmp.c | 5 +- gcc/fortran/trans-openmp.c | 12 +- .../gfortran.dg/goacc/array-with-dt-2.f90 | 10 ++ .../gfortran.dg/goacc/derived-chartypes-1.f90 | 129 +++++++++++++++++++++ .../gfortran.dg/goacc/derived-chartypes-2.f90 | 129 +++++++++++++++++++++ .../gfortran.dg/goacc/derived-chartypes-3.f90 | 38 ++++++ .../gfortran.dg/goacc/derived-chartypes-4.f90 | 38 ++++++ .../gfortran.dg/goacc/derived-classtypes-1.f95 | 129 +++++++++++++++++++++ .../libgomp.oacc-fortran/array-stride-dt-1.f90 | 44 +++++++ 9 files changed, 528 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/derived-chartypes-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/derived-chartypes-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/derived-chartypes-3.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/derived-chartypes-4.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/derived-classtypes-1.f95 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/array-stride-dt-1.f90