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/81735] [6/7/8 Regression] double free or corruption (fasttop) error (SIGABRT) with character(:) and custom return type with allocatable


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

--- Comment #10 from Paul Thomas <pault at gcc dot gnu.org> ---
Author: pault
Date: Fri Nov  3 19:17:19 2017
New Revision: 254393

URL: https://gcc.gnu.org/viewcvs?rev=254393&root=gcc&view=rev
Log:
2017-11-03  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/81735
        * trans-decl.c (gfc_trans_deferred_vars): Correct case where
        'tmp' can be used unititialized.

2017-11-03  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/81735
        * gfortran.dg/pr81735.f90: New test.


Added:
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr81735.f90
Modified:
    branches/gcc-6-branch/gcc/fortran/ChangeLog
    branches/gcc-6-branch/gcc/fortran/trans-decl.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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