Re: [PATCH] Clear version_info_node in delete_function_version.

2019-11-06 Thread Jeff Law
On 11/5/19 8:12 AM, Martin Liška wrote: > Hi. > > When calling delete_function_version, we should also clear > version_info_node once it can be seen GGC collect. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > gcc/Chan

[PATCH] Clear version_info_node in delete_function_version.

2019-11-05 Thread Martin Liška
Hi. When calling delete_function_version, we should also clear version_info_node once it can be seen GGC collect. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: 2019-11-05 Martin Liska PR c++/92354