https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92971
--- Comment #6 from Martin Jambor <jamborm at gcc dot gnu.org> --- Author: jamborm Date: Fri Jan 10 19:30:56 2020 New Revision: 280131 URL: https://gcc.gnu.org/viewcvs?rev=280131&root=gcc&view=rev Log: IPA-CP: Remove bogus static keyword (PR 92971) 2020-01-10 Martin Jambor <mjam...@suse.cz> Backport from mainline 2019-12-17 Martin Jambor <mjam...@suse.cz> PR ipa/92971 * Ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Fix definition of values, release memory on exit. testsuite/ * gcc.dg/ipa/ipcp-agg-12.c: New test. Added: branches/gcc-9-branch/gcc/testsuite/gcc.dg/ipa/ipcp-agg-12.c Modified: branches/gcc-9-branch/gcc/ChangeLog branches/gcc-9-branch/gcc/ipa-cp.c branches/gcc-9-branch/gcc/testsuite/ChangeLog