https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67564
--- Comment #5 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Sun Jan 31 10:22:05 2016 New Revision: 233016 URL: https://gcc.gnu.org/viewcvs?rev=233016&root=gcc&view=rev Log: 2016-01-31 Paul Thomas <pa...@gcc.gnu.org> PR fortran/67564 * trans-expr.c (gfc_conv_procedure_call): For the vtable copy subroutines, add a string length argument, when the actual argument is an unlimited polymorphic class object. 2016-01-31 Paul Thomas <pa...@gcc.gnu.org> PR fortran/67564 * gfortran.dg/allocate_with_source_17.f03: New test. Added: trunk/gcc/testsuite/gfortran.dg/allocate_with_source_17.f03 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-expr.c trunk/gcc/testsuite/ChangeLog