[PR72741] The name in a Fortran OpenACC 'routine' directive refers to the containing...
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 21 Mar 2019 19:54:51 +0000 (20:54 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 21 Mar 2019 19:54:51 +0000 (20:54 +0100)
commit8ced98c6431c67b4f11b3eb4997b955b97472dc4
tree49e5818fb5e5068922a4a583bef9c6d6a59d044f
parent64a40f1320c0edc160796266876958ffae8fdd96
[PR72741] The name in a Fortran OpenACC 'routine' directive refers to the containing subroutine or function

gcc/fortran/
PR fortran/72741
* openmp.c (gfc_match_oacc_routine): Clarify.
gcc/testsuite/
PR fortran/72741
* gfortran.dg/goacc/routine-module-mod-1.f90: Update.

From-SVN: r269856
gcc/fortran/ChangeLog
gcc/fortran/openmp.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/goacc/routine-module-mod-1.f90