https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66347
--- Comment #8 from kargl at gcc dot gnu.org --- Author: kargl Date: Fri Jun 5 23:16:57 2015 New Revision: 224176 URL: https://gcc.gnu.org/viewcvs?rev=224176&root=gcc&view=rev Log: 2015-06-05 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/66347 * resolve.c (apply_default_init_local): Do not dereference a NULL pointer. 2015-06-05 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/66347 * gfortran.dg/blockdata_9.f: New test. Added: branches/gcc-5-branch/gcc/testsuite/gfortran.dg/blockdata_9.f Modified: branches/gcc-5-branch/gcc/fortran/ChangeLog branches/gcc-5-branch/gcc/fortran/resolve.c branches/gcc-5-branch/gcc/testsuite/ChangeLog