This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/78278] ICE in gfc_wide_memset, at fortran/scanner.c:153


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78278

--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Jun  9 15:39:29 2018
New Revision: 261361

URL: https://gcc.gnu.org/viewcvs?rev=261361&root=gcc&view=rev
Log:
2018-06-09  Steven G. Kargl  <kargl@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  <kargl@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:
    trunk/gcc/testsuite/gfortran.dg/pr78278.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/data.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/data_bounds_1.f90
    trunk/gcc/testsuite/gfortran.dg/data_char_1.f90
    trunk/gcc/testsuite/gfortran.dg/pr78571.f90

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]