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 tree-optimization/65538] [5 Regression] Memory leak of ipa_node_params_sum elements


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

--- Comment #3 from Martin LiÅka <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Wed Mar 25 11:47:04 2015
New Revision: 221658

URL: https://gcc.gnu.org/viewcvs?rev=221658&root=gcc&view=rev
Log:
Fix PR65538.

    PR tree-optimization/65538
    * symbol-summary.h (function_summary::~function_summary):
    Relese memory for allocated summaries.
    (function_summary::release): New function.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/symbol-summary.h

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