https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88393
--- Comment #5 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Sat Feb 2 09:23:30 2019 New Revision: 268474 URL: https://gcc.gnu.org/viewcvs?rev=268474&root=gcc&view=rev Log: 2019-02-02 Paul Thomas <pa...@gcc.gnu.org> PR fortran/88393 * trans-expr.c (gfc_conv_procedure_call): For derived entities, passed in parentheses to class formals, invert the order of copying allocatable components to taking the _data of the class expression. 2019-02-02 Paul Thomas <pa...@gcc.gnu.org> PR fortran/88393 * gfortran.dg/alloc_comp_assign_16.f03 : New test. Added: trunk/gcc/testsuite/gfortran.dg/alloc_comp_assign_16.f03 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-expr.c trunk/gcc/testsuite/ChangeLog