https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57284
--- Comment #9 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Mon Apr 22 06:50:33 2019 New Revision: 270489 URL: https://gcc.gnu.org/viewcvs?rev=270489&root=gcc&view=rev Log: 2019-04-22 Paul Thomas <pa...@gcc.gnu.org> PR fortran/57284 * resolve.c (find_array_spec): If this is a class expression and the symbol and component array specs are the same, this is not an error. *trans-intrinsic.c (gfc_conv_intrinsic_size): If a class symbol argument, has no namespace, it has come from the interface mapping and the _data component must be accessed directly. 2019-04-22 Paul Thomas <pa...@gcc.gnu.org> PR fortran/57284 * gfortran.dg/class_70.f03 Added: trunk/gcc/testsuite/gfortran.dg/class_70.f03 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/resolve.c trunk/gcc/fortran/trans-intrinsic.c trunk/gcc/testsuite/ChangeLog