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 bootstrap/79198] [7 Regression] r244802 causes out of memory during PGO bootstrap


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

--- Comment #9 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Author: jamborm
Date: Tue Jan 24 10:04:21 2017
New Revision: 244860

URL: https://gcc.gnu.org/viewcvs?rev=244860&root=gcc&view=rev
Log:
[PR 79198] Call ipa-prop func summary destructor

2017-01-24  Martin Jambor  <mjambor@suse.cz>

        PR bootstrap/79198
        * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
        * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
        and known_contexts.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-prop.c

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