https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85703
--- Comment #6 from cesar at gcc dot gnu.org --- Author: cesar Date: Fri Jun 15 14:03:00 2018 New Revision: 261631 URL: https://gcc.gnu.org/viewcvs?rev=261631&root=gcc&view=rev Log: PR fortran/85703 Backport from mainline 2018-06-13 Cesar Philippidis <ce...@codesourcery.com> PR fortran/85703 gcc/fortran/ * parse.c (decode_oacc_directive): Set gfc_matching_function to false. (decode_omp_directive): Likewise. gcc/testsuite/ * gfortran.dg/goacc/pr85703.f90: New test. * gfortran.dg/gomp/pr85703.f90: New test. Added: branches/gcc-8-branch/gcc/testsuite/gfortran.dg/goacc/pr85703.f90 branches/gcc-8-branch/gcc/testsuite/gfortran.dg/gomp/pr85703.f90 Modified: branches/gcc-8-branch/gcc/fortran/ChangeLog branches/gcc-8-branch/gcc/fortran/parse.c branches/gcc-8-branch/gcc/testsuite/ChangeLog