https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78278
--- Comment #10 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Jun 9 19:57:29 2018 New Revision: 261374 URL: https://gcc.gnu.org/viewcvs?rev=261374&root=gcc&view=rev Log: 2018-06-09 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/78278 * data.c (gfc_assign_data_value): Re-arrange code to allow for an error for double initialization of CHARACTER entities. 2018-06-09 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/78278 * gfortran.dg/data_bounds_1.f90: Add -std=gnu option. * gfortran.dg/data_char_1.f90: Ditto. * gfortran.dg/pr78571.f90: Ditto. * gfortran.dg/pr78278.f90: New test. Added: branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pr78278.f90 Modified: branches/gcc-7-branch/gcc/fortran/ChangeLog branches/gcc-7-branch/gcc/fortran/data.c branches/gcc-7-branch/gcc/testsuite/ChangeLog branches/gcc-7-branch/gcc/testsuite/gfortran.dg/data_bounds_1.f90 branches/gcc-7-branch/gcc/testsuite/gfortran.dg/data_char_1.f90