https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92793
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Thomas Schwinge <tschwi...@gcc.gnu.org>: https://gcc.gnu.org/g:41f7f6178e2d35288273656dc55dae8fcf3edeb5 commit r11-4639-g41f7f6178e2d35288273656dc55dae8fcf3edeb5 Author: Thomas Schwinge <tho...@codesourcery.com> Date: Tue Oct 27 17:14:10 2020 +0100 [Fortran] More precise location information for OpenACC 'gang', 'worker', 'vector' clauses with argument [PR92793] gcc/fortran/ PR fortran/92793 * trans-openmp.c (gfc_trans_omp_clauses): More precise location information for OpenACC 'gang', 'worker', 'vector' clauses with argument. gcc/testsuite/ PR fortran/92793 * gfortran.dg/goacc/pr92793-1.f90: Adjust.