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 #11 from Paul Thomas <pault at gcc dot gnu.org> ---
Author: pault
Date: Sat Nov  4 09:07:09 2017
New Revision: 254404

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

        PR fortran/81735
        * trans-decl.c (gfc_trans_deferred_vars): Do a better job of a
        case where 'tmp' was used unititialized and remove TODO.

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

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


Added:
    trunk/gcc/testsuite/gfortran.dg/pr81735.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.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]