This is the mail archive of the gcc-patches@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]

[Patch, fortran] PR81735 - [6/7/8 Regression] double free or corruption (fasttop) error (SIGABRT) with character(:) and custom return type with allocatable


This was already fixed by the patch for PR82375 on trunk, albeit less
well than the patch applied here. I will correct trunk tomorrow.

Committed as 'obvious' on 6-branch(r254393) and 7-branch(r254389)
after bootstrapping and regtesting.

Cheers

Paul
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.


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