https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93825
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:2c52b2884ba10b1c5050fe066bae651680c8ebae commit r10-6761-g2c52b2884ba10b1c5050fe066bae651680c8ebae Author: Tobias Burnus <tob...@codesourcery.com> Date: Thu Feb 20 18:11:32 2020 +0100 OpenACC's tile clause fix for implicit typing (PR93825) 2020-02-20 Tobias Burnus <tob...@codesourcery.com> PR fortran/93825 * openmp.c (resolve_oacc_loop_blocks): Move call to resolve_oacc_nested_loops from here ... (resolve_oacc_loop): ... to here. PR fortran/93825 * gfortran.dg/goacc/tile-3.f90: New.