https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59910
--- Comment #10 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Fri Apr 14 13:00:02 2017 New Revision: 246929 URL: https://gcc.gnu.org/viewcvs?rev=246929&root=gcc&view=rev Log: 2017-04-14 Dominique d'Humieres <domi...@lps.ens.fr> Backport from trunk 2015-11-18 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/59910 PR fortran/80388 * primary.c (gfc_match_structure_constructor): Reduce a structure constructor in a DATA statement. * gfortran.dg/pr59910.f90: New test. Added: branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr59910.f90 Modified: branches/gcc-5-branch/gcc/fortran/ChangeLog branches/gcc-5-branch/gcc/fortran/primary.c branches/gcc-5-branch/gcc/testsuite/ChangeLog