https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62142
--- Comment #8 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Fri Aug 15 21:19:33 2014 New Revision: 214043 URL: https://gcc.gnu.org/viewcvs?rev=214043&root=gcc&view=rev Log: 2014-08-15 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/62142 * trans-expr.c (is_runtime_conformable): Add NULL pointer checks. 2014-08-15 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/62142 * gfortran.dg/realloc_on_assign_24.f90: New test. Added: trunk/gcc/testsuite/gfortran.dg/realloc_on_assign_24.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-expr.c trunk/gcc/testsuite/ChangeLog