This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 3ba5a16e7af [libstdc++] [testsuite] xfail double-prec from_chars for ldbl new fa7c4ab3658 OpenACC: Stand-alone attach/detach clause fixes for Fortran [...] new a4cc474b15e OpenACC: Further attach/detach clause fixes for Fortran [PR109622]
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/openmp.cc | 16 ++++++++ gcc/fortran/trans-openmp.cc | 44 +++++++++++++++++--- .../gfortran.dg/goacc/attach-descriptor.f90 | 12 +++--- gcc/testsuite/gfortran.dg/goacc/pr109622-5.f90 | 44 ++++++++++++++++++++ gcc/testsuite/gfortran.dg/goacc/pr109622-6.f90 | 8 ++++ .../testsuite/libgomp.oacc-fortran/pr109622-2.f90 | 35 ++++++++++++++++ .../testsuite/libgomp.oacc-fortran/pr109622-3.f90 | 35 ++++++++++++++++ .../testsuite/libgomp.oacc-fortran/pr109622-4.f90 | 47 ++++++++++++++++++++++ .../testsuite/libgomp.oacc-fortran/pr109622.f90 | 35 ++++++++++++++++ 9 files changed, 265 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr109622-5.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr109622-6.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr109622-2.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr109622-3.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr109622-4.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr109622.f90