https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99818
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:fc27115d6107f219e6f3dc610c99210005fe9dc5 commit r11-7972-gfc27115d6107f219e6f3dc610c99210005fe9dc5 Author: Paul Thomas <pa...@gcc.gnu.org> Date: Sat Apr 3 12:49:50 2021 +0100 Fortran: Fix ICE on wrong code [PR99818]. 2021-04-03 Paul Thomas <pa...@gcc.gnu.org> gcc/fortran/ChangeLog PR fortran/99818 * interface.c (compare_parameter): The codimension attribute is applied to the _data field of class formal arguments. gcc/testsuite/ChangeLog PR fortran/99818 * gfortran.dg/coarray_48.f90: New test.