]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PR72741, PR89433] Accept intrinsic symbols in Fortran OpenACC 'routine' directives
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Feb 2019 20:31:01 +0000 (20:31 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Feb 2019 20:31:01 +0000 (20:31 +0000)
commit1d86d0eb3e7b6c3d799c91fad4bc12da572160fd
tree63f9d34cc4c79ffa6aef5199ea0ce3a0ac966e72
parent323978df8fd4a63ebb19a4392324322cd5c4c28b
[PR72741, PR89433] Accept intrinsic symbols in Fortran OpenACC 'routine' directives

gcc/fortran/
PR fortran/72741
PR fortran/89433
* openmp.c (gfc_match_oacc_routine): Accept intrinsic symbols.
gcc/testsuite/
PR fortran/72741
PR fortran/89433
* gfortran.dg/goacc/routine-6.f90: Update
* gfortran.dg/goacc/routine-intrinsic-1.f: New file.
* gfortran.dg/goacc/routine-intrinsic-2.f: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269285 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/openmp.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/goacc/routine-6.f90
gcc/testsuite/gfortran.dg/goacc/routine-intrinsic-1.f [new file with mode: 0644]
gcc/testsuite/gfortran.dg/goacc/routine-intrinsic-2.f [new file with mode: 0644]