https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93329
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:a38979d9d7a4ab08336436052704028c56187618 commit r10-6135-ga38979d9d7a4ab08336436052704028c56187618 Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Jan 22 09:50:53 2020 +0100 openmp: Teach omp_code_to_statement about rest of OpenMP statements The omp_code_to_statement function added with the initial OpenACC support only handled small subset of the OpenMP statements, leading to ICE if any other OpenMP directive appeared inside of OpenACC directive. 2020-01-22 Jakub Jelinek <ja...@redhat.com> PR fortran/93329 * openmp.c (omp_code_to_statement): Handle remaining EXEC_OMP_* cases. * gfortran.dg/goacc/pr93329.f90: New test.