https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71764
--- Comment #12 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- Author: jvdelisle Date: Sat Jul 16 06:06:45 2016 New Revision: 238412 URL: https://gcc.gnu.org/viewcvs?rev=238412&root=gcc&view=rev Log: 2016-07-15 Jerry DeLisle <jvdeli...@gcc.gnu.org> Backport from trunk: PR fortran/71764 * trans-expr.c (gfc_trans_structure_assign): Remove assert. * gfortran.dg/pr71764.f90: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/pr71764.f90 Modified: branches/gcc-4_9-branch/gcc/fortran/ChangeLog branches/gcc-4_9-branch/gcc/fortran/trans-expr.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog