https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93464
--- 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:627d59b6b3062de921fbdd80b2b48de18f599d03 commit r10-6281-g627d59b6b3062de921fbdd80b2b48de18f599d03 Author: Tobias Burnus <tob...@codesourcery.com> Date: Tue Jan 28 11:54:57 2020 +0100 [Fortran] avoid ICE in gfc_omp_check_optional_argument (PR93464) PR fortran/93464 * openmp.c (gfc_omp_check_optional_argument): Avoid ICE when DECL_LANG_SPECIFIC and GFC_DESCRIPTOR_TYPE_P but not GFC_DECL_SAVED_DESCRIPTOR as for local allocatable character vars. PR fortran/93464 * gfortran.dg/goacc/pr93464.f90: New.