This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 44ff4c8d4b4 [PR72741] Encode OpenACC 'routine' directive's level of par [...] new 467b1bdb6c3 [PR72741] The name in a Fortran OpenACC 'routine' directive [...] new cbfb10ec630 [PR89773] Fortran OpenACC 'routine' directive refuses proce [...]
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/ChangeLog | 11 +++++++ gcc/fortran/gfortran.h | 2 ++ gcc/fortran/openmp.c | 36 +++++++++++++++++----- gcc/fortran/resolve.c | 1 + gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/gfortran.dg/goacc/pr77765.f90 | 2 +- gcc/testsuite/gfortran.dg/goacc/pr89773.f90 | 36 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/goacc/routine-6.f90 | 21 +++++++++++-- .../gfortran.dg/goacc/routine-module-mod-1.f90 | 4 +-- 9 files changed, 107 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr89773.f90