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/47674] gfortran.dg/realloc_on_assign_5.f03: Segfault at run time for deferred (allocatable) string length


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

--- Comment #14 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Sun Feb 28 22:27:55 2016
New Revision: 233797

URL: https://gcc.gnu.org/viewcvs?rev=233797&root=gcc&view=rev
Log:
2016-02-28  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/68147
        PR fortran/47674
        * frontend-passes.c (realloc_string_callback): Don't set
        walk_subtrees.

2016-02-28  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/68147
        PR fortran/47674
        * gfortran.dg/realloc_on_assign_26.f90:  New test case.


Added:
    trunk/gcc/testsuite/gfortran.dg/realloc_on_assign_26.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/frontend-passes.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]