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/78571] ICE in create_character_initializer, at fortran/data.c:191


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

--- Comment #2 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Jun  8 19:06:20 2018
New Revision: 261343

URL: https://gcc.gnu.org/viewcvs?rev=261343&root=gcc&view=rev
Log:
2018-06-08  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/78571
        * data.c (create_character_initializer): Return early if type is
        incompatible with CHARACTER.

2018-06-08  Steven G. Kargl  <kargl@gcc.gnu.org>

        PR fortran/78571
        * gfortran.dg/pr78571.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr78571.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/data.c
    trunk/gcc/testsuite/ChangeLog

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