https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62044
--- Comment #16 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Tue Jan 27 20:54:49 2015 New Revision: 220191 URL: https://gcc.gnu.org/viewcvs?rev=220191&root=gcc&view=rev Log: 2015-01-27 Paul Thomas <pa...@gcc.gnu.org> PR fortran/62044 * resolve.c (resolve_allocate_expr): If the default initializer is NULL, keep the original MOLD expression so that the correct typespec is available. 2015-01-27 Paul Thomas <pa...@gcc.gnu.org> PR fortran/62044 * gfortran.dg/allocate_with_mold_1.f90: New test Added: branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/allocate_with_mold_1.f90 Modified: branches/gcc-4_9-branch/gcc/fortran/ChangeLog branches/gcc-4_9-branch/gcc/fortran/resolve.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog