https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98764
Bug ID: 98764 Summary: ICE for the test gfortran.dg/coarray_alloc_comp_3.f08 with -fcoarray=single Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: dominiq at lps dot ens.fr Target Milestone: --- Compiling the test gfortran.dg/coarray_alloc_comp_3.f08 with -fcoarray=single gives an ICE: 43 | deallocate(obj%link) | 1 internal compiler error: in gfc_get_descriptor_field, at fortran/trans-array.c:140 corresponding to gcc_assert (GFC_DESCRIPTOR_TYPE_P (type));