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]

Re: [PATCH] Come up with ggc_delete.


On 10/30/19 9:01 AM, Martin Liška wrote:
> Hi.
> 
> There's a small code refactoring.
> 
> Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
> 
> Ready to be installed?
> Thanks,
> Martin
> 
> 
> 0001-Come-up-with-ggc_delete.patch
> 
> From dc92c8c3e31887b23ef419bc60e3c1607d0e9e53 Mon Sep 17 00:00:00 2001
> From: Martin Liska <mliska@suse.cz>
> Date: Wed, 30 Oct 2019 12:50:51 +0100
> Subject: [PATCH] Come up with ggc_delete.
> 
> gcc/ChangeLog:
> 
> 2019-10-30  Martin Liska  <mliska@suse.cz>
> 
> 	* ggc.h (ggc_delete): New function.
> 	* ipa-fnsummary.c (ipa_free_fn_summary): Use it.
> 	* ipa-prop.c (ipa_free_all_edge_args): Likewise.
> 	(ipa_free_all_node_params): Likewise.
> 	* ipa-sra.c (ipa_sra_analysis): Likewise.

OK
jeff


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