https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93329
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-8 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:ba6ebaafc62924a05c961146cb0ec114ae8b04cf commit r8-10008-gba6ebaafc62924a05c961146cb0ec114ae8b04cf Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Feb 14 15:41:59 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.